What is the best way to learn the "visual" part of C++? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 4

What is the best way to learn the "visual" part of C++?

I love C++ as a language despite still being very much a beginner, but I've had serious difficulty ever finding any in depth tutorials on how to make programs that put to use the "visual" aspect of the language such as windows and other standard "Win32" features. Is there a better way to find information on this?

11th May 2019, 1:13 AM
Ian Hodges
Ian Hodges - avatar
2 Answers
+ 9
The QT library is one way to add GUI aspects to C++. On Windows, you can also use VisualC++. There could be tutorials online for these both.
11th May 2019, 1:36 AM
Sonic
Sonic - avatar
+ 2
Win32? I suggest to use current x64 libraries.
11th May 2019, 7:01 AM
Daniel Adam
Daniel Adam - avatar