cplusplus
.com
TUTORIALS
REFERENCE
ARTICLES
FORUM
C++
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs
Forum
General C++ Programming
graphics
graphics
Dec 4, 2008 at 7:50am UTC
chandangang
(23)
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??
Dec 4, 2008 at 8:20am UTC
g0dwyn
(87)
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!
Dec 4, 2008 at 1:31pm UTC
Bazzy
(6281)
Dark GDK makes DirectX easier
http://www.cplusplus.com/forum/articles/148/
Topic archived. No new replies allowed.