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.