C++Tutorial for Beginners 43 - References; Nicer than Pointers!

preview_player
Показать описание
-------------------------------------------------------------------------------------------------------------------------------------------
Sometimes you can use references in C++ where otherwise you'd have to use a pointer. You should use them in preference to pointers wherever you can, because they're a lot easier to work with.
--------------------------------------------------------------------------------------------------------------------------------------------
Рекомендации по теме
Комментарии
Автор

These are the beset C++ tuts online, thanks for making these

marcosanthernandez
Автор

Great explanation! It just seems to click with me after this.

CCV