Friday, January 8, 2010

What are the steps to game programming in c++?

Hi all i would like to know what are the steps to GAME programming in c++. I mean, what compiler should i use, how do i use a graphics library, what format to make images in(.bmp, .jpg, etc), and stuff like that. btw, i'm pretty good in html and css right now.


Thx Everyone!What are the steps to game programming in c++?
HTML and CSS are completely useless ( and irrelevant in the game industry ).





For a compiler, use Microsoft Visual studio 2008 (don't upgrade to VS10, it's stupid.) Here is a download for the free version (Visual C++ Express 2008):





http://www.microsoft.com/express/downloa鈥?/a>





For a graphics library, you should use OpenGL, but I seriously (SERIOUSLY) recommend learning DirectX first.





For images, your best bet as a beginner is the bitmap format. Win32 projects support Blitting and displaying bitmaps by default.





If you need any help learning the language (C++), feel free to hit me up on AIM or my email.





AIM: CIA CODE RED


EMAIL: tbf4tal@yahoo.com

1 comment: