Im using an older version of directx sdk

im using version 8 so i can still use direct draw and was woundering if anyone would have the time and effort to help me make a simple game so i can understand how game programming works im not a complete noob ive been programming for about a year an half and know alot of win32 but just recantly (3days ago) started using my directx sdk i got with a book my mum bought me for my 15th birthday. i know how to create a direct draw object set the cooperation level and set the display modeBig Smile.

thanx in advanced


Answer this question

Im using an older version of directx sdk

  • vikram123

    It would be more practical if you started learning version 9.  There are 2D sprite functions that you can use in version 9, that are alot easier then DirectDraw.  There are simple examples that teach you the basics of DX9 in the samples/c++/Direct3D/tutorials folder.

    I think what your asking is about game theory, you can try http://www.gamedev.net/reference/list.asp categoryid=45#200 good examples there that might help.

  • Im using an older version of directx sdk