Question:
problem in turboc....?
2008-12-17 19:14:01 UTC
when i open the screen and type any code it gives an error unable to include IOSTREAM.H
what changes should i make in the directories option
this file is in c:\TC
Three answers:
Lucky
2008-12-17 21:02:36 UTC
if your file is in c:\tc



then just clear up the path given under

OPTION-->DIRECTORIES -->INCLUDE DIRECTORY

CLEAR ALL THE PATHS GIVEN THERE.

AND THEN TYPE THE CODE N EXECUTE THE PROGRAM ,IT WILL HELP YOU .



GOOD LUCK
iqbal
2008-12-18 04:36:33 UTC
Hi,

u ensure that u have iostream.h file and this file is saved where other header files are saved

Go to Option->Directories->Include Directory

this include directory should be the path of the direcotry where ur all header files are kept
Karthick T
2008-12-18 10:11:54 UTC
do the following

options->directories



change the include directories as follows

c:\tc\include

change the library as follows

c:\tc\lib



this should work


This content was originally posted on Y! Answers, a Q&A website that shut down in 2021.
Loading...