when i compile program then error are show in program that #include<iostream.h> or #include<conio.h> are not find. i also changed my directory that c:\tc\include or c:\tc\bin also but program not run error show that unable to with file include iostream
plz tell solution of this.

Recommended Answers

All 2 Replies

Are you using Turbo C++? Make sure that the include directory (in the menu of turbo C++ IDE) contains the exact location where iostream.h resides.

#include<iostream.h> or #include<conio.h>

Have you tried removing the ".h"?

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.