I was trying to compile a C++ program and got an error message saying I was missing a few .h files. Is there a reliable source of all the include files available for easy download?
Where can I download all the C++ include files?
You can try download.net and look for borland. But you shouldn't have to do that at all.
If you are missing some .h files then they should be included with the compiler you are using. What compiler or what are your errors???
**ADDED
This many help
http://www.cee.hw.ac.uk/~ceehsa1/teachin...
Reply:try to reinstall it
Reply:It may be that you installed the compiler and didn't add the path to the header files into your path environment variable. Your compiler doesn't know where to find the files. Check any README files that came with the compiler.
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment