Advertisement

graph.h - where can I get it?

Started by April 28, 2000 04:09 PM
1 comment, last by Washizu 24 years, 7 months ago
I just got The Black Art of 3D Game Programming, and yes I know it''s an old book, but I like it. In some of the source code included in the book, you need a libarary file called graph.h. Anyone know where I can get this? It doesn''t seem standard anymore, and I don''t have it on VC++ 6.0.
Graph.h is a DOS graphics header, and you can''t compile DOS programs with VC++ greater that version 4 I think... So you''re gonna have to get a different compiler. You might try DJGPP (do a search, I dont know the site address). It''s free, and it probably comes with graph.h. It''s a pretty cool compiler, and Rhide is a good IDE IMHO.

------------------------------
Jonathan Little
invader@hushmail.com
http://www.crosswinds.net/~uselessknowledge
Advertisement
Thanks. I appreciate it!

This topic is closed to new replies.

Advertisement