Take Up Code
Take Up Code
Take Up Code: build your own computer games, apps, and robotics with podcasts and live classes
12: References Are More Than Just Pointers.
7 minutes Posted Nov 30, 2015 at 10:51 pm.
0:00
7:17
Download MP3
Show notes
References behave a lot like pointers and are what many language designers use when trying to claim that their language is simpler because it avoids pointers. Do not fall for it. Take the time to learn pointers and references properly and you will build a foundation that will serve you well in all your future projects. This episode has a bias towards C++.