First of all im very new to programming and am only trying to program my first little thing, so forgive me if i have no idea what your talking about lol
ok so im writting a small program with this source code from a text book
#include <stdio.h>
main()
{
printf("hello world\n");
return 0:
}
and i save it and then compile it using Dev-C++ and when i double-click on the application file the program comes up quickly and then dissapears really quickly is there something im doing wrong? or have i just missed a step somewhere?
Thank you for your time,
Troppo