Thanks for the reply everyone! Appreciate it!
Well, the cmd window doesn't close as soon I double click the .exe file to run it, but it is a black cmd windows, and doesn't show the text unitl I hit a key but when the text shows up the cmd window closes.
---
#include <conio.h>
#include <stdio.h>
int main(int argc, char* argv[])
{
_getch();
printf("\"Text that shows up!\"");
return 0;
}
---
So, what am I doing wrong? hehe ^^ Please have patient with me