I recommend you post your question in a C++ forum.
If C++ can shell out to the operating system then you could use wget.exe to suck down your web page content. CScript and PowerShell can also do it.
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Is it possible to read and store text from a website in a C++ win 32 console application? The purpose of this program would allow the text to automatically update every time I open the program. It would be best to save the text as a string, if possible, so I can output it in the command prompt. I'm working on a project where I need to display constantly fluctuating prices, which are updated on a website. If it is not possible in a win32 console application, could you direct me to another C++ programming file type? The compiler I use is Visual Studio 2015- Community Edition. Thanks!
Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.
Answer accepted by question author
I recommend you post your question in a C++ forum.
If C++ can shell out to the operating system then you could use wget.exe to suck down your web page content. CScript and PowerShell can also do it.
A Google search for C++ forums will give you quite a few hits.
Thank you for your reply! Is it possible to do this without the use of any other external Windows program except for the compiler. Also, I was unable to find the c++ forum. Is it in the standard list of categories for questions?