Advertisement

How do I draw images in DOS with C++

Started by October 07, 2001 06:32 PM
2 comments, last by leafsfan16 23 years, 2 months ago
I want my first game to be a DOS game. A simple game. I have no clue how to even draw an image though. What would I use to draw an image in DOS?
Use Allegro. It will make your life much simpler. Since you didn''t mention what language you''re using, I''ll assume it''s C or C++ .
ReactOS - an Open-source operating system compatible with Windows NT apps and drivers
Advertisement
I am using C++. Sorry!
Allegro is a game library to be used with C++. Check out allegro.sourceforge.net for more details.

This topic is closed to new replies.

Advertisement