View Single Post
  #12  
Old 07-27-2003, 02:57 AM
Merth
Dragon
 
Join Date: May 2003
Location: Seattle, WA
Posts: 609
Default

Change #include <iostream.h> to:

Code:
#include <iostream>
using namespace std;
There's one other ios header to change, and I think it's <fstream.h>. Do the same with this as with iostream.
Reply With Quote