+ 4
How those the memory behave in C++ programs, when passing arguments by value or by reference in a function call?
Basically what I want to know is were everything is save, what goes in the heap and what on the stack
3 ответов
+ 2
Thanks to all!!!
Basically what I want to know is were everything is save, what goes in the heap and what on the stack