cant understand anything from directx 10 need ADVICE

hay guys
so i have learned basic c++ in collage and all they taught us is arrays, loops, martix, if statment, cin-cout, all basics

anyways i want to be a game developer so i went and bought a book that teaches directx 10 in c++ and i have to say it is one of the hardest things i had to learn in my whole life, its harder than rocket science

plz help i cant understand one word, and i'm in page number 10 LOL first the book teaches how to make a blank windows and i got stuck there i cant understand anything please help give me an advice how can i possibly learn this

the code is very long and complicated and i cant possibly memorize it or understand it, and i know there is no good in memorizing a code .

basic c++ was the easiest thing to learn but directx and WinMain is hell plz HELP ME PLZ !!!!
guys why arnt you helping
closed account (D80DSL3A)
Could be your issue is too broad. People are usually offered help with specific problems here.

If you can't understand what you are studying then you may be in over your head. Trying to learn windows programming AND directX at the same time may be just too much.

I'd suggest deepening your knowledge of the language basics first. Your list of topics learned in college doesn't include pointers, structures or classes, among other things. Have you noticed that windows programming and directX are full of these things?

If you want to do graphics in a window try SFML. It's the easiest graphics package to use that I've seen so far, and it can be based on a console application (so you don't have to struggle with windows programming). Try writing a 2D game with that. The tutorials at their site can get you started.

http://www.sfml-dev.org/

Follow the setup instructions carefully and you should have no problems.
Topic archived. No new replies allowed.