diff --git a/notes/cpp.php b/notes/cpp.php index 0e6d9ee..9e6de9f 100644 --- a/notes/cpp.php +++ b/notes/cpp.php @@ -359,7 +359,7 @@
void my_func(int &var) {...}. Essentially, these new variables contain no new data and do not take up any more memory that was already there. No matter is created, only another name for a variable which is removed after the function completes execution.