Thread: Jr Dev Code
View Single Post
  #5  
Old 06-10-2004, 02:00 AM
Plutonium239
Fire Beetle
 
Join Date: Apr 2004
Posts: 7
Default

I was looking at the source and they do, and they do the include the same way I do.

#include <iostream>
using namespace std;

That makes it so you don't have to use std::cout and std::cin etc..
Reply With Quote