English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

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

2006-12-08 10:03:17 · 5 answers · asked by Tyler F 2 in Computers & Internet Programming & Design

5 answers

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

2006-12-08 10:07:10 · answer #1 · answered by Bassem 3 · 0 0

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.

2006-12-08 11:16:22 · answer #2 · answered by D 4 · 0 0

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.

2006-12-08 10:30:10 · answer #3 · answered by csanon 6 · 0 0

it would be slightly of an older version compiler distribution. i've got as much as date all strstream code to apply sstream with little or no attempt. based how lots its utilized on your project, possibly which would be much less complicated than looking a now discontinued header. the version is that strstream makes use of a character array for storage and sstream makes use of a std:string for storage. i've got consistently used them for output formatting so all I had to do replaced into replace the form and use c_str() to get a usable character array result.

2016-10-14 07:19:40 · answer #4 · answered by ? 4 · 0 0

You probably want the C++ Standard Library. I included the reference for that.

Cheers,

2006-12-08 10:13:15 · answer #5 · answered by Anonymous · 0 0

fedest.com, questions and answers