-1

I have been learning c++ for more than 8 months and I think I have got grip on every essential concept of c++. I have created some good console based application but now I want to build GUI application with good looking interface.

What are the some good free c++ libraries for beginners to develop GUI based windows applications?

Please also recommend some of the good tutorials available on web related to that library.

Mat
  • 202,337
  • 40
  • 393
  • 406
Ali Rehman
  • 3,731
  • 4
  • 23
  • 28
  • 2
    Welcome to Stack Overflow! [Stack Overflow is not a recommendation engine](http://meta.stackexchange.com/a/128562/158667) – Mat May 13 '12 at 11:00
  • possible duplicate of [What is the best way to make a simple cross platform GUI in C++?](http://stackoverflow.com/questions/897228/what-is-the-best-way-to-make-a-simple-cross-platform-gui-in-c), [Gui toolkits, which should I use?](http://stackoverflow.com/q/584734) and more – Cody Gray - on strike May 13 '12 at 11:02

1 Answers1

1

What are the some good free c++ libraries

Qt 4.

some of the good tutorials

Qt documentation. Tutorials can be found on this page.

SigTerm
  • 26,089
  • 6
  • 66
  • 115