Turbo C++ Error - Unable to Open Include File 'STDIO.H'

This problem occurs due to wrong configuration in Turbo C++ directories.

Follow these steps to fix the problem -

Step 1 - Open Turbo C++.
Step 2 - Go in Options menu.
Step 3 - Then in Directories...

Step 4 - Replace the directories with following -

  • Include Directories -> C:\TURBOC3\INCLUDE
  • Library Directories -> C:\TURBOC3\LIB
  • Output Directory -> C:\TURBOC3\SOURCE
  • Source Directories -> C:\TURBOC3\SOURCE

Step 5 - Finally click OK and finished processes. It will now work properly.


Discussion

Read Community Guidelines
You've successfully subscribed to Developer Insider
Great! Next, complete checkout for full access to Developer Insider
Welcome back! You've successfully signed in
Success! Your account is fully activated, you now have access to all content.