View Single Post
Old 10-15-2007, 12:12 AM   #6 (permalink)
jaeusm
 
Software Developer

Join Date: Mar 2006

Location: Columbus, OH

Posts: 569

jaeusm is on a distinguished road

Default Re: What's wrong in this C++ code

Quote:
no i have ran this program before and it should be
#include <iostream.h>
#include <conio.h>
The file 'conio.h' has nothing to do with it. The compiler output states exactly what the problem was: "fatal error C1083: Cannot open include file: 'iostream.h': No such file or directory". Also, the output states that he was using Visual Studio 2005, not Borland.
jaeusm is offline