vote up 0 vote down star

hi friends,

I am Manoj again here to ask my doubts

How to set the turbo c path in windows globally?

so that i can compile and run my c progrmas which are in other drives any where in the command prompt in windows XP.

Can any one tell me how to get commands at evry drive in the command prompt just by typing in

"c:\tcc"

in command prompt in windows and turbo c environment?

flag

4 Answers

vote up 4 vote down check
  • Go to the Start Menu, then Control Panel.
  • Choose the "System" applet.
  • Click on the "Advanced" tab.
  • Click on "Environment Variables"
  • Find the "Path" variable, and press "Edit"
  • Append a semicolon, then the path to Turbo C

For setting the include and library paths, go to the same place, but instead of editing the "Path" variable, create a new variable called "INCLUDE", and set it to the location of your turboc "\include" directory; and create one called "LIB" and one called "CLASSPATH", and set them to your turboc "\lib" directory.

link|flag
vote up 1 vote down

Is there some reason why you're using such an old compiler? Turbo C was last released in the early 1990s, if I remember correctly.

I might suggest downloading the free Visual Studio Express Edition which is a much more modern compiler and you will find many more people here who are willing to help. It also comes with good documentation and it's easier to search the net for articles and help for it.

link|flag
vote up 0 vote down

But then after doing that also it is saying that the conio.h and stdio.h can not be included.

shall we also give any paths for the include, library folders?

link|flag
I edited my answer to include this information – MrZebra Oct 24 '08 at 11:00
vote up 0 vote down

ya i am not intentionally using it (the damn old compiler)

My organization is training us on the turbo (damn....) compiler.

they want us to lean from scratch.

but before joining i was using the visual studio.

so i need to cope with it becos my organization wants it so.

so please help me out....

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.