Yes, everything works as expected. I tried executing a very simple Hello World program like #include <iostream> using namespace std; int main(){cout << "Hello World" << endl; return 0; }
When I execute the program the DOS window appears, but no text is printed in it?
I´ve used both to compile and run my programs, and everything worked fine until yesterday. Now all I get is the black Dos screen with no output, just a blank, black square. Reinstalled both IDEs but the problem continues. Any ideas please?