graphics

i plan to make a car racing game in c++.
For this i require the display of multiple pages ( one at a time ).
how can i do so??
The best place to start would be either OpenGL or DirectX, both of which are beyond the scope of this website.

http://www.opengl.org (be advised, documentation is a bit hard to find on this site)

http://msdn.microsoft.com/en-us/directx/default.aspx

Be advised that graphics are a non-trivial matter, as in, they are really hard to wrap your head around. Obviously it's doable, but be prepared to invest a lot more time in this than you thought beforehand.

Good luck!
Dark GDK makes DirectX easier
http://www.cplusplus.com/forum/articles/148/
Topic archived. No new replies allowed.