Beginner's Guide to Game Programming Ep1 Part 2-A Initializing Allegro 4
Uploader Comments (LusikkaMage)
Top Comments
-
@korken4 The most important think to know! A++
All Comments (133)
-
@maxinimrod You cannot start at all :/. Learn C++ i recommend 'C++ Without Fear 2nd Edition' book. It is full of math you will love it! :D
-
3:14 I'd like to add that you should make sure that you are linking to the correct library. Installing the Windows SDK 7.1 along side the most recent DirectX SDK causes VS to link with an old version of the XInput library that is missing some stuff.
-
@politicaltruth42 ok it was because color depth was set to 16 i changed it to 32 and it fixed the problem
-
my windows theme changes to windows basic when i launch this application why is that?
-
@kidharris55 umm... allegro download...?... are you sure you're ready to start programming,,, It's gonna take a lot more initiative than that if you want to be serious about programming... A well done text-based game with no API or any other outside directory can take days and even weeks to write.. maybe you should choose another path...?
-
@Type0ForeignTaco Just some advice... If this is your first time linking which I suppose it is because you don't know how it is a very complicated process. There are some videos on youtube, but then again if you don't even know why your linking or the basic mechanics behind it, you should go to your nearest bookstore and buy a nice big book on C++ either a primer or intermediate.
Ohh i wish i understood more of the stuff youre talking about:( Do you have any recomandations for me to learn??
TheChillaThrilla 5 days ago in playlist More videos from LusikkaMage
@TheChillaThrilla antirtfm on YouTube has some beginner C++ video tutorials
LusikkaMage 5 days ago
Sorry if i'm too stupid, but...I don't understand the part of #include "System.h" and the class you created...Do I have to create the class then save the file in the lib folder of dev-cpp as System.h ???
maxinimrod 6 months ago
@maxinimrod You need to stop this tutorial right now. In the very first episode I tell you that this is a guide for somebody who understands their basics of C++. It sounds like, to me, you've barely started. Go check out AntiRTFM's tutorials on YouTube, or go pick up a C++ textbook, and return when you've spent time writing programs and understand classes and headers, in addition to pointers, references, inheritance, etc.
LusikkaMage 6 months ago 7