Thread: TOTAL newb
View Single Post
  #9 (permalink)  
Old 05-17-2008, 05:40 PM
chili5's Avatar   
chili5 chili5 is offline
Code Warrior
 
Join Date: Mar 2008
Age: 15
Posts: 3,446
Credits: 310
Rep Power: 30
chili5 is a name known to allchili5 is a name known to allchili5 is a name known to allchili5 is a name known to allchili5 is a name known to allchili5 is a name known to all
Default Re: TOTAL newb

Code:
#include <stdio.h>
#include <iostream>

using namespace std;

main ()
{
     printf("hello, world/n");
cin.get();
}
This is what I do, to get it to wait for user input, use cin.get();
__________________
Success is the ability to go from failure to failure without losing your enthusiasm. ~ Winston Churchill
Braingle
Reply With Quote