SDL in C++?

Hello,

can you use the standard sdl libraries with C++ code? or must I find
some C++ libraries for SDL somewhere? (and if so, does this i have to
relearn alot of stuff?)–
Nick Jennings

can you use the standard sdl libraries with C++ code? or must I find
some C++ libraries for SDL somewhere? (and if so, does this i have to
relearn alot of stuff?)

(Can we make this a FAQ if it isn’t?)

There’s several C++ class wrappers for SDL, but you can call SDL directly
from C++ if you like, since it’s just a collection of C-callable
functions.

Look at http://libsdl.org/libraries.html for some wrappers if you want one.

–ryan.