-
from basics to RPGs
i dont really remember how i started making my RPG in visual basic. After my VB class in school, i think i started looking into API and i learned the rest from there. C++ is a little more complicated though. Does anyone have a good website that takes C++ to the next level after those 'learn c++ in 21 days' type books? something that tells you how to program a gui? how to display graphics? thanks in advance
-
-
Look into DirectX. Sams's "Teach Yourself DirectX 21 days" might be a good book to start with (although it does require you to be familiar with some graphics API, and basic C++).
-
Jim Adams' book Programming Role Playing Games with DirectX is a very good book, and I reccomend it. It will take you from the basics of Windows programming through the basics of DirectX as a whole.
Z.