Answer the question
In order to leave comments, you need to log in
What knowledge do you need to have in C++ to move to GUI applications?
Actually, the question is what.
What kind of knowledge should I have in C ++ in order to switch from the console to learning how to write applications with a graphical interface with peace of mind without looking back?
Answer the question
In order to leave comments, you need to log in
You need knowledge on how to properly use third-party libraries (any) written in C / C ++ - how to include them in the project and how to work with their API so as not to break firewood. To do this, you need to understand memory management in C ++, understand what the life cycle of an object is and some other little things (for example, that you should not allocate memory in one binary module, but release it in another).
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question