2
jrdnbrn
6y

How should I go about learning C++ and the inner workings of a computer such as registers, the stack, etc?

Comments
  • 1
    Only a good book can help you.
  • 1
    If you want to learn how a language is made into a different set of commands, you will need to know that stuff. Learn assembler. Once you can do that a little, take C and see how code translates into these very basic commands. Try different structures like functions, data structures, loops, conditions and it will be a lot clearer.
  • 1
    TheCherno on YouTube has a video called "The stack vs the heap". It is a part of his c++ tutorials.

    Just watched it the other day, it's very very very good.
  • 0
    @ravik Any recommendations
  • 1
    @CWins This sounds like a good approach. Any recommendations for books or online tutorials?
  • 0
    @jrdnbrn i found hetbert schildt very helpful
Add Comment