Link to home
Start Free TrialLog in
Avatar of mybiandou
mybiandou

asked on

Any c++ GUI library available for education purpose?

I have been learning C++ for a year.
Now I want to use some graphics user interface libary in my C++ program.
I know many free GUI library can be availble on LINUX platform like QT, GTK+ , etc.
But I am working on Windows 2000 now.
And my developing envioment is DEV c++ , The compiler is g++.

Is there any free GUI library available for Windows platform, or for education purpose? Just like QT.

If the library exists, pls tell me . thank you .
ASKER CERTIFIED SOLUTION
Avatar of efn
efn

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of mtmike
mtmike

Just to add to what efn said...

GTK and GTK+ have been ported a while ago, see http://www.gimp.org/~tml/gimp/win32/

This should work quite well with g++ and also has a much more liberal license than Qt (LGPL). So, you can even develop commercial software with it (but that does not seem to be your goal).
Avatar of mybiandou

ASKER

thank you all
I think I should look  for the knowledge base first before ask one question.
Many question have  already had answers.