Hello, I am new to C++. Played with it for a week or so. I only know the basics (variables, arrays, functions, multi-threading). I consider I have solid knowledge about ActionScript3, and I know some PHP.
I have my PHP file on the web. I want to load it via C++.
Pseudocode:
1 2 3 4
START
ENTER A STRING
LOAD HTTP://EXAMPLE.COM/EXAMPLE.PHP?ARG=STRING
END
I have problems converting that into C++ code. Here's what I have:
I am new to C++ programming as well, but just checking one thing. In your code, I didn't see
#include <string>
You probably did do it but shortened your code for demonstration, but just checking :D