software to create c++ GUI app?

what software is best and easy to use OR easy to find tutorials to learn the software which i can use to create C++ GUI apps? name of software
I find C++/CLI the easiest.
https://www.youtube.com/watch?v=YR6fxe1wa8g&list=PLS1QulWo1RIZz6uDid--I09EOImRmPHS0

The big advantage of .NET is that you can use other languages like VB.NET, C#, IronRuby, IronPython, F#, Cobol.NET. as well. You also can run the programs on Linux and Mac under Mono.
i want to create C++ GUI apps! software to create GUI apps in C++ language!
The Qt framework is one option: http://www.qt.io/
(It is a C++ library with some tools.)
I second the recommendation for Qt. It's big, and may seem intimidating at first, but it's very good, and - most importantly for a beginner - well-documented.
Topic archived. No new replies allowed.