Advertisement

Did anyone read RedOpenGL book & BlueOpenGL book ??

Started by June 15, 2002 12:58 PM
3 comments, last by Vash the Stampede 22 years, 5 months ago
if you did , can you tell me if they are writen for a C programmer or for C++ programmer ?? >> ISBN 0201461382 ISBN 0201461404 << [edited by - Vash the Stampede on June 15, 2002 2:11:21 PM]
C programmer.
I tried to code, but the compiler kept giving me an error: stupid coder alert.hpotter2
Advertisement
damn , ok thank you

aren''t their books like this for a C++ programmer ???
OpenGL game programming - by people from gamedev.net, costs $60 though . . .
I tried to code, but the compiler kept giving me an error: stupid coder alert.hpotter2
quote: Original post by Vash the Stampede
damn , ok thank you

aren''t their books like this for a C++ programmer ???


C is a subset of C++ (well almost ), so why should it matter that it is written using C. OpenGL itself is just a bunch of API functions - it really doesn''t matter what language it is written for. Heck it could have been written for use in Fortran and I would still have liked it.

The OpenGL Red Book is an excellent book nonetheless. You shouldn''t be without it.
Jacob Marner, M.Sc.Console Programmer, Deadline Games

This topic is closed to new replies.

Advertisement