Using turbo C++, when I compile the program it shows the error as "UNABLE TO OPEN INC

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Shady2
    New Member
    • Apr 2014
    • 6

    Using turbo C++, when I compile the program it shows the error as "UNABLE TO OPEN INC

    Using turbo C++, when I compile the program it shows the error as "UNABLE TO OPEN INCLUDE FILE 'STDIO.H'" WHAT TO DO??
    Plzz help I am new in the world of programming and I want to learn plz Help!!
  • weaknessforcats
    Recognized Expert Expert
    • Mar 2007
    • 9214

    #2
    First, is stdio.h on your computer?
    Second, post the line of code with your include for stdio.h.

    Comment

    • techboy
      New Member
      • Apr 2014
      • 28

      #3
      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..

      include directories..yo u can set path there now.. C:\TC\INCUDE
      libraries Directories..yo u can set path there...C:\TC\L IB
      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

      Comment

      • zmbd
        Recognized Expert Moderator Expert
        • Mar 2012
        • 5501

        #4
        Something to keep in mind, MS does not recommend any program installations to the root level of the system drive.
        Infact, many IT depts disable such installations due to security issues.

        Comment

        • Shady2
          New Member
          • Apr 2014
          • 6

          #5
          Thanx, I installed it again in C drive and now it works.

          Comment

          Working...