Question:

C program problem?

by  |  earlier

0 LIKES UnLike

Im new to c programming, by about 2 hours. I have the DevC++ compiler. Im using the tutorial it comes with. Im doing the realy simple program with one instruction to say "Hello World" and thats it. When i go to compile it, it says the hstdin.h does not exist. How can i fix this?

like i said im new

 Tags:

   Report

1 ANSWERS


  1. I'm not conversant with Dev C++, but all C++ compilers have a way of specifying what global directory is the default for standard header files (the ones bracketed in <> rather than double quotes "")  You'll have to read the documentation and figure out how to specify it for Dev C++.

    By the way, hacking through problems like this is the essence of debugging.  Welcome to the club.

    Hope that helps.

You're reading: C program problem?

Question Stats

Latest activity: earlier.
This question has 1 answers.

BECOME A GUIDE

Share your knowledge and help people by answering questions.