Graphics in c++

I would like to know if there is a way to use graphics in c++. If so please provide a software or 3rd party graphical interface. PS: I am an OSX user not windows. Thanks -B
My information may not be too helpful because I'm not sure what OSX system libraries there are for rendering (I use Linux) and I have not used the following libraries.

By "graphics" if you mean "rendering a windows with buttons/things that look native to OSX gui" you could try:
Qt
wxWidgets
GTK+
TK

If you are instead referring to lower level rendering (OpenGL) then you could try:
SDL
SFML
These also have simple 2d rendering.
Topic archived. No new replies allowed.