View Single Post
Old 11-22-2005, 01:49 PM  
dasOp
Member
 
Join Date: Jan 2003
Posts: 91
Default

Um, are you writing C or C++?
iostream.h doesnt exist anymore, no standard c++ headers have .h at the end. and if it is c++, you either want <string> or <cstring> for the old C header.
dasOp is offline