C++ graphics library for DOS

Does anyone know where I can find a good C++ graphics library for DOS, or at least recommend one? Free or cheap is prefered. It doesn’t have to be anything too fancy.

Depends on what compiler you’re using. If you’re using djgpp, there is a package called Allegro which is a free product that should work for what you want.

Allegro works for more than just DJGPP, but you have to get the latest beta version (look under the works in progress section).

Allegro is at:
http://www.talula.demon.co.uk/allegro/

Here’s a few others (which I have not used, so can’t
say much about them):

GRX:
http://www.gnu.de/software/GRX/

PTC:
http://www.gaffer.org/ptc/

Blueberry fast DOS graphics lib:
http://ourworld.compuserve.com/homepages/blueberry/game.htm

A google search for “dos graphics library” will turn up quite a few hits.

Thanks folks! I appreciate it.