Here is the code
#include <iostream>
using namespace std;
int main() {
cout << "!!!Hello World!!!" << endl; // prints !!!Hello World!!!
return 0;
}
#include <iostream>
using namespace std;
int main() {
cout << "!!!Hello World!!!" << endl; // prints !!!Hello World!!!
return 0;
}
To copy to clipboard, switch view to plain text mode
I am sure MinGW is installed fine because I am able to build Qt successfully. I suspect this has something to do with the project settings. I have set the include path (C:\MinGW\include) and the library path (C:\MinGW\lib) in the project properties but still get these errors.
Please help
Thanks a lot
Bookmarks