Heya I have installed codeblocks..on windows7 codeblocks-13.12mingw-setup-TDM-GCC-481.exe my program is building but after executing i am getting a console window only with a cursor and no output. I tried it with many other programs but the same thing is happening. I have also set all the settings to default and have also re installed codeblocks. I am attaching snippet of the console window for the program code:
#include <stdio.h>
int main()
{
printf("helloworld%s")
return 0;
}
Even the default program was not working because it failed to recognize iostream. PLease help..!