View Single Post
Old Mar 16th, 2008, 11:33 PM   #4
Jabo
Not a user?
 
Join Date: Sep 2007
Posts: 272
Rep Power: 2 Jabo is on a distinguished road
Re: Newb interactive fiction

using namespace std;

If you'll use the line in red after your preprocessor directives (#include statements), you won't have to type std:: before your statements.
Jabo is offline   Reply With Quote