View Single Post
  #5 (permalink)  
Old July 22nd, 2008, 12:33 PM
elvisfeverr elvisfeverr is offline
Authorized User
 
Join Date: Jan 2008
Posts: 24
Thanks: 0
Thanked 0 Times in 0 Posts
Default

 #include <iostream.h> do not use .h with standart libraries . <iostream> is just fine.


Reply With Quote