i am new to c++ programming so i just installed devc++ and i just tried to compile a simple hello world program. but when i try to compile this program it just shows done but doesn't show output of the program i mean MSDOS DOES NOT APPEAR i don't know why so please help me
No, for learning purposes it's one of the best c++ IDE(and free) , not too old. The problem isn't exactly int devc++, but in Windows, because it is only in Windows OS DOS PROMPT is closing after the program starts. The easiest choice for this is to write 2 times before return 0 this line "getchar();"