How to fix "unable to open stdio.h in Turbo C" error?

aditya picture aditya · Mar 1, 2010 · Viewed 117k times · Source

Whenever I compile my program, I get the error above.

Answer

Amit picture Amit · Nov 12, 2012

If you have problems like that, first of all your TC folder put in to the C:..drive. after completing installation open turbo c blue screen. there is a OPTIONS > Directories ..in that you can see for option to set up path..

  1. include directories..you can set path there now.. C:\TC\INCUDE
  2. libraries Directories..you can set path there...C:\TC\LIB
  3. if you want to store your output in BIN then you can set..C:\TC\BIN..otherwise you can set another path where you want to store your output..

Finally you can give OK and finished processes.. It will now work properly