S
S
simplecode2011-09-15 22:25:17
Books
simplecode, 2011-09-15 22:25:17

A programmer's primer?

Hello, Habrosociety!
I respect and try to make friends with C++.
Do not tell me a little book in which the process of compiling, assembling and running programs (memory allocation, organization of a heap, stack, etc.) is very intelligibly described, preferably, using C / C ++ as an example.
Many books deal directly with the syntax of a language, but I want to understand how the program works ...
Thanks in advance!

Answer the question

In order to leave comments, you need to log in

3 answer(s)
A
Adam_Ether, 2011-09-16
@Adam_Ether

Try reading "The Design and Evolution of C++" by Stroustrup
The book is not for beginners. If you master it, you will understand why C++ is the way it is.

K
kirsan_vlz, 2011-09-15
@kirsan_vlz

This book helped me when I asked similar questions. It is based on the C language, on the example of which the work of the compiler is considered. In general, the entire path of the program's operation is described there - from how information is stored and the hardware architecture of the processor to the interaction of programs at high levels of abstraction. Only there are a lot of typos and it’s hard to read, but if you have enthusiasm, you can still read the book)

S
soider, 2011-09-16
@soider

dragon book

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question