Tuesday, July 28, 2009

Anywhere to download c++ header files?

i've downloaded dev-c++ and i need some header files to do some projects im working on. plz dont hate me if i sound noobish im 12 and still learning

Anywhere to download c++ header files?
What header files you need ? Did u try to include the header files in the project and it gave u an error that they don't exist ? Try googling you'll find what you need real quick, depends on the popularity of the header file, for example if it's graphics.h u'll find many versions for it, but finding the good one is hard.. Watch out for what you download cause not all header files are always what you need.





Good luck
Reply:You probably want the C++ Standard Library. I included the reference for that.





Cheers,
Reply:Well...what type of classes, or libraries of code did you need? There are plenty of places to download header files, and I am sure client and implementation files as well, but you would need to give us a better description of what you are looking for to hope for a good answer.
Reply:You can't just download header files. You need the actual code itself. They either come in source files or as pre-compiled libraries you can link in.





So if you're looking for header files, look for the associated library, and download that library.


No comments:

Post a Comment