🎉 Celebrating 25 Years of GameDev.net! 🎉

Not many can claim 25 years on the Internet! Join us in celebrating this milestone. Learn more about our history, and thank you for being a part of our community!

How do I make graphics in c++???

Started by
1 comment, last by Aggro5288 22 years, 10 months ago
I know most of c++ but need help on making graphics. None of the books I have read tell you how to make graphics. Are there any really simple graphics tutorials or books on this site or others that you know of.. Must be c++. aggro5288 13 years old
A chain is only as strong as its weakest link.
Advertisement
Learn OpenGL or DirectX. You''ll probably need to know the Win32 API to do either of them the ''normal'' way.

[Resist Windows XP''s Invasive Production Activation Technology!]
You definitely need to in the least use Windows API and use the Winmain function instead of Main.

With WindowsAPI, you can draw shapes, colors, circles, etc. You can even make animation and load Bitmaps.

However, DirectX is much quicker in making animations and loading bitmaps, so I would advice you to use that
Feel free to email me at NYYanks432@hotmail.com if you have any questions

This topic is closed to new replies.

Advertisement