What is a good and freeware program for C++ ?
I tryed Dev-C++ and created a tutorial but i have some problems the code is // my first program in C++
#include <iostream>
using namespace std;
int main ()
{
cout << "Hello World!";
return 0;
}
and when i start the console aplication it shows up and as soon close...
I use the newest Beta version 4.9.9.2
I tryed Dev-C++ and created a tutorial but i have some problems the code is // my first program in C++
#include <iostream>
using namespace std;
int main ()
{
cout << "Hello World!";
return 0;
}
and when i start the console aplication it shows up and as soon close...
I use the newest Beta version 4.9.9.2