PDA

Click to See Complete Forum and Search --> : Has anyone had any luck with graphics in C++?


Aug 30th, 2000, 02:41 PM
Has anyone had any luck with graphics in C++? If so, what routines or libraries and compiler did you use?

parksie
Aug 30th, 2000, 03:17 PM
I had a little success with the VESA VBE libraries (incidentally, they were used to make the DOS version of GTA). http://www.vesa.org/vbe3.pdf is the documentation, with sample code. It does kinda need a bit of serious C knowledge, though. :(