Friday, July 31, 2009

Program in Turbo C is not working..?

after compiling its coming that "cant open STDIO.H file" but i hv tht file stored in my folder..wat to do?? need help..

Program in Turbo C is not working..?
check your path make sure it's pointing in the proper location. If you want another compiler check this out www.thefreecountry.com
Reply:How did you include the stdio.h. Was it as below:


#include "stdio.h" to search in current path or #include%26lt;stdio.h%26gt;





Secondly I suggest you move to gcc compiler rather than Turbo C which is not common industry standard.


No comments:

Post a Comment