Advertisement

How do I get files to run?

Started by March 23, 2003 03:25 PM
3 comments, last by panther2 21 years, 7 months ago
Hi I''m reading Michael Morrison''s Teach Yourself Game Programming in 24 Hours. I understand C++ coding and the need for header files, resource files and a game engine, but the book doesn''t seem to explain how one links all these files together and run them? Can anyone enlighten me? All contributions gratefully accepted. Panther2 Theodoreodeluga
Theodoreodeluga
If you're using an IDE such as MSVC++ or Dev-C++, it's just a matter of including all the files in your project and then pressing the "Build" button. A nice .exe file is then created.

Resource files (I'm assuming you mean maps or something?) are just loaded and used from within the C++ code.

[edited by - micepick on March 23, 2003 4:29:23 PM]
Advertisement
he prolly means more along hte lines of .rc files for accelerator keys/icons/etc.

Those can be including using an IDE such as MSVC++ also
Hi micepick

Thanks a lot for your advice. I''m going to try what you suggested. Best regards,

Panther 2

Theodoreodeluga
Theodoreodeluga
Hi Illumini

Thanks for your response to my request and your suggestion. I think I know what to do now. Best regards,

Panther2

Theodoreodeluga
Theodoreodeluga

This topic is closed to new replies.

Advertisement