I'm looking into doing some game development in C++, and need a library to work with. I originally thought I'd use SDL, but that appears to be a C library, and I'd prefer not to have to deal with wrappers. Is it possible to use SDL straight with C++? Are thereany other libraries I should look at (besides NCurses)?
Thanks.