R
R
Ruslan2016-05-14 21:15:01
Programming
Ruslan, 2016-05-14 21:15:01

How exactly does the program work on a computer?

Hello.
I am not a professional programmer, just an amateur. Even so, I don't always like that the IDE/compiler does a lot of work that I'm probably not even aware of (stack, heap, garbage collection, etc.).
Therefore, I ask for your help. Tell me, in which books there is a description of how the program written by me (or others) works. Not tied to any particular programming language. Those. the general principle of interaction between programs and computer hardware.
Thank you.
UPD: Thank you all!! I found a course on the basics of programming that I liked: www.intuit.ru/studies/courses/2193/67/info

Answer the question

In order to leave comments, you need to log in

3 answer(s)
M
Maxim Moseychuk, 2016-05-14
@fshp

Structure and interpretation of computer programs

A
Anton Fedoryan, 2016-05-14
@AnnTHony

"Code" Petzold, any book on assembler

U
uvelichitel, 2016-05-14
@uvelichitel

In a normal environment, your program does not interact with the hardware at all, but with the operating system through system calls. The linux system calls are well documented, study man. If you want to touch the hardware, program calculators, microcontrollers, all kinds of arduino, device drivers.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question