#include <iostream>
using namespace std;
int main()
{
cout << "welcome to C++!";
return 0;
}
There's nothing wrong with that. (Well, except for the lack of \n in your string.) The error must be with how you are compiling it, i.e. something in the Visual Studio configuration or usage. As MobileTen writes, this forum is not the best place for that discussion; we are mostly Xcode users.
Topic:
Safari & Web
SubTopic:
General
Tags: