User profile: Boreeas

User info
User name:Boreeas
History
Joined:
Number of posts:6
Latest posts:

cout does not execute
Thank 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 execute
With 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 execute
Sorry for the late reply. Yeah, I installed Visual Studio now, and it works fine. Thanks for your he...