Advertisement

Questions on header files for c++

Started by November 24, 2002 06:00 AM
1 comment, last by w4r Control 21 years, 11 months ago
When I download source code for a small game and it come in ''.cpp'' and ''.h'' files, do I just link them all together in the compiler I use and add all the graphics in the directory or can that code only be used piece by piece for a seperate programme or game? I think I tried linking them before and they come up with complaints. And every time the compiler cant find the header files that the source code has included like ''#include <glLib> or things like that, but the download of the source code did not come with that header file? What do I do? -w4r(Control)
Compilers like VC++ do all the linking for you and they have a seperate directory with the gl files..

But I think you can also find them on www.opengl.org

Advertisement
I would like to see a good explanation of linked-lists with a working engine via functions included in the tutorial, with the code fully commented and explained. I have a vague understanding of them, and I think such a tutorial would clarify things quite a bit.

Then, one and two, and then in combinations like the fists of a good fast heavyweight, the hallucinogens hit.
-Spinrad
------------------------------------------Then, one and two, and then in combinations like the fists of a good fast heavyweight, the hallucinogens hit. -Spinrad

This topic is closed to new replies.

Advertisement