G
G
Governor2017-03-22 22:33:55
Books
Governor, 2017-03-22 22:33:55

Is there a C++ book where all the steps are explained at a low level?

For a long time I catch up with exactly how this or that operator works.
Can you please tell me if there is a book on C ++, where all the actions are explained at a low level?
Or compared with assembler, for example.

Answer the question

In order to leave comments, you need to log in

2 answer(s)
J
Jacob E, 2017-03-22
@Zifix

Most likely you need a book on the theory of compiler construction, and the language is not that important. https://habrahabr.ru/post/170735/

D
diimahabr, 2017-03-30
@diimahabr

Here, actually, correctly prompted about compilers. How the operator is executed at a low level is determined by the compiler. Therefore, even looking at the assembled code is not the best option.
C++, on the other hand, describes higher logic. You need to get used to this logic. Just "forget" assembler and learn to program again. The assembler, of course, will help, but in other cases.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question