View Single Post
  #4 (permalink)  
Old November 2nd, 2006, 04:25 AM
programmed programmed is offline
Authorized User
 
Join Date: Oct 2003
Posts: 25
Thanks: 0
Thanked 0 Times in 0 Posts
Default

Check the version of compiler you are using, if its borland 3/4.5/5, then u don't use the .h on the header files, only use iostream then include the 'using namespace std' directive.

Else, check you compiler installation.

Regards

Reply With Quote