Welcome all the time of day. I installed Qt, created a simple C ++ project, compiled it, and when I run it, the console simply opens and nothing happens.
#include <iostream> using namespace std; int main() { cout << "Hello World!" << endl; return 0; }
What could be the problem?
==========
Reply received. Thank you kovadim