Thread
:
C IDE FOR WIDNOWS --> PLS HELP !!
View Single Post
Jun 6th, 2006, 4:48 PM
#
7
Prm753
Professional Programmer
Join Date: Oct 2005
Location: United States
Posts: 447
Rep Power:
4
(
Toggle Plain Text
)
#include <stdio.h> int main() { printf("Hello World!\n"); system("pause"); return 0; }
#include <stdio.h> int main() { printf("Hello World!\n"); system("pause"); return 0; }
That will show up if you run the .exe by itself.
__________________
The world's first athletic computer geek!
The home of PrProgramsStudios
How not to post a question:
<-- Please don't reply
Prm753
View Public Profile
Visit Prm753's homepage!
Find More Posts by Prm753