Advertisement

Drawing in C++

Started by October 01, 2000 11:14 AM
2 comments, last by nitro123 24 years, 3 months ago
How do I draw in C++? Adtomi.com Adtomi
Bob Jones
Um, that's a rather broad question.....but if you want to draw stuff, you have to use one of: GDI, DirectX, or OpenGL. You could also use Allegro (wrapper for DirectX).

==================
/* todo: insert cool sig */
Martee
Magnum Games

Edited by - Martee on October 1, 2000 4:42:46 PM
ReactOS - an Open-source operating system compatible with Windows NT apps and drivers
Advertisement
or if you''re cool like me, you can figure out how to make your own graphics library!
Well since we''re not as cool as you Falden, i would say learn GDI graphics (if your using windows). If not using windows, there''s some good resources on the net for DOS graphics. Just search around.

Snyper
=============================Where's the 'any' key?=============================

This topic is closed to new replies.

Advertisement