🎉 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 draw images in DOS with C++

Started by
2 comments, last by leafsfan16 22 years, 8 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?
Advertisement
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
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