Recent content by RealHighlander

  1. R

    Dev-C++ or Code Blocks using Windows 7

    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?
  2. R

    Dev-C++ or Code Blocks using Windows 7

    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?