How to fix my problem in turboc..tnx

how to fix the problem, when tc ask you.."invalid directories or drive"? pls help me pls..because my turboc is not working.. thnx for reply..
Turbo C is old, get a new IDE: http://www.cplusplus.com/forum/articles/7263/

Last edited on
Hi bazzy, now i get a new IDE. but when i user tc. the compiler found an error.
example " Unable to open include file ' STDIO.H'.

thnx..
if you have < STDIO.H> remove the leading space: <STDIO.H>
If you are in a case-sensitive environment, it should be lowercase: <stdio.h>
If you are writing in C++ it should be <cstdio>
BTW, which compiler are you using?
Sir bazzy, i dont know what happen in my turboc, because im beginner.. Im a first year college.. I like to study the other components of TC..and to improve myself in programming..
Topic archived. No new replies allowed.