Tagged Questions
10
votes
4answers
668 views
Why do some programmers categorize C, Python, C++ differently? - regarding level [duplicate]
I am taking an introductory course on python and the instructor says that python is a high level language and C and C++ are low level languages. It's just damn confusing. I thought that C, C++, ...
3
votes
2answers
292 views
Memory management for fast message passing between threads in C++
Suppose there are two threads, which communicate by asynchronously sending data messages to each other. Each thread has some kind of message queue.
My question is very low level: What can be expected ...
3
votes
3answers
916 views
Best general computer science memory data structures book?
What are the best books for understanding how languages work 'under the hood'? If there is anon-language-specific book that discusses more of the general principles, that is preferable. If it is ...