graphical library

P

Pawel_Iks

I want to write some program when I have to do some graphs. How
library will be appropriate for this purpose and where it is
availlable?
 
D

David Côme

I want to write some program when I have to do some graphs. How
library will be appropriate for this purpose and where it is
availlable?


Qt and WxWidgets are the main library for GUI in C++ .
 
M

Markus Ilmola

Pawel_Iks kirjoitti:
I want to write some program when I have to do some graphs. How
library will be appropriate for this purpose and where it is
availlable?

If you just need to draw graphics and do not need a full GUI then SDL is
a popular choice (www.libsdl.org). If you need a full GUI then take a
look at wxWidgets, Qt, GTK and others.
 
D

David Côme

Pawel_Iks kirjoitti:

If you just need to draw graphics and do not need a full GUI then SDL is
a popular choice (www.libsdl.org). If you need a full GUI then take a
look at wxWidgets, Qt, GTK and others.


If he must just draw into a window, SFML it the best
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
474,183
Messages
2,570,968
Members
47,524
Latest member
ecomwebdesign

Latest Threads

Top