c++ graphics

Thread Starter

myamzen

Joined Apr 26, 2009
5
Hello everyone,

I am trying to program in c++ but with GUI.
In school, they had us used WinBgi. I did not like it at all.
it does not look nice no matter how much time I spent
on it. >(
So, does anyone know what is the most recent graphics
library I can use and whether or not I can use it in a mac?


Thanks :cool:
 

Shmurk

Joined Aug 13, 2007
24
If you don't mind writing the GUI code by hand, try Qt, it works on Mac, Windows, and Linux. They also provide an IDE for your project, and a program to create GUIs with the mouse (but I haven't used it).
 

Thread Starter

myamzen

Joined Apr 26, 2009
5
thanks 4 replaying

but what library do u use? I do have windows on my mac so
this won't be a problem. I am just a beginner in graphics and trying
to learn an easy library.
 
Top