0
I want to make a c++ application to search and archive information from the web. Can anyone suggest how I might get started?
My idea is to make an app that would allow me to collect and store data on a given topic from the web so it would need to be able to do the following, 1: search and display results from the web. 2: store selected results in .txt files 3: password protect the data 4: display relevent data from the files to the screen. 5: search .txt files for specific information. Any help on this would be greatly appreciated. Thanks in advance.
1 Resposta
+ 1
https://www.google.com/url?sa=t&source=web&rct=j&url=https://www.quora.com/How-do-I-use-C%2B%2B-to-parse-data-from-a-website-in-real-time&ved=2ahUKEwirutOo1ePoAhUxguYKHWCzAxQQFjADegQIBhAB&usg=AOvVaw3itegiWk7a7tOsMy29G4yT
this might help you, try Google things you will surely be rewarded.