Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

What is window 3D programming

Status
Not open for further replies.

qweas

Programmer
Feb 12, 2002
42
0
0
GB
What is window 3D programming in c/c++ because i want to start an make my own game.

Thanks
 
Programming graphics with c/c++ if you are using windows involve the use of "DirectX" or "OpenGl" which both are graphics librairies.With them you can create "2D" or even "3D graphics" with all sort of colors and shapes.
Also,take a look at this site it might be a good way too start:
 
Thank you very much bu thow do i access the graphics library in Microsoft C++
 
Check out the DirectX SDK on Microsofts website. You can download it for free and it includes several examples. If you choose to battle wits with the witless be prepared to lose.
[machinegun][hammer]
 
thanks faoda that was very helpful
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top