+ 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?
2 odpowiedzi
+ 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.
+ 2
Win32? I suggest to use current x64 libraries.