S
S
sabn1k2016-02-13 21:21:52
C++ / C#
sabn1k, 2016-02-13 21:21:52

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

2 answer(s)
S
Stanislav Makarov, 2016-02-14
@Nipheris

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).

O
one pavel, 2016-02-13
@onepavel

rsdn.ru/forum/info/FAQ.cpp.questions

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question