Sunday, July 26, 2009

How can i tell my turboc compliler to find the directories in the correct path?

as i downloaded the borland c++ version 3.1 on my winow xp. and when i downloaded the version , i went in the option directories and gave path'c:\turboc'. i am actually a beginner in c\c++ programming and i do not have much knowledge about the path and directory, but i fulfilled all the instructions written on readme file of the downloading cd.so kindly help to make me feel that i can be a good programmer in c\c++ as the starting trouble seems to break my courage to make my career in programming. the program is unable to include any kind of header file as i am giving it as%26lt;stdio.h%26gt; or iostream............only this is the error iam getting this time but i think it is most probably the first and foremost thing in c\c++ programming.

How can i tell my turboc compliler to find the directories in the correct path?
Usually a compiler will have and "include" directory below the main directory so you may have to enter C:\turboc\include instead of just turboc. If that does not work, do a search for stdlib.h on your computer and enter the path where the search finds that file which will most likely be the path of the rest of the include files.


No comments:

Post a Comment