cout does not executeThank you, the header indeed fixed the problem. As I said, I just started learning, so all this stuf...
cout does not execute[code]#include <iostream> using namespace std; /* * */ int main(int argc, char** argv) { cout...
cout does not executeWith c_str(), it works. Without: At the "<<" in [code]cout << agePrompt[/code]: "Error: No operator...
cout does not execute[quote][quote]Gives me an error at the first "<<": "Error: no operator ("<<") matches these operands...
cout does not executeSorry for the late reply. Yeah, I installed Visual Studio now, and it works fine. Thanks for your he...