Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
CWins48117yIf 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.
-
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.
Related Rants
-
xjose97x19Just saw a variable in C named like this: long time_ago; //in a galaxy far away I laughed no stop.
-
Unskipp24So this happened last night... Gf: my favorite bra is not fitting me anymore Me: get a new one ? Gf: but it ...
-
sam966911Hats off to this lady .... I would have just flipped the machine
How should I go about learning C++ and the inner workings of a computer such as registers, the stack, etc?
question
registers
c++