Learn
References and Pointers
Review
Congratulations! You have officially done it. πππ
In this lesson, you have learned:
- References
- Pass-by-reference
- Pass-by-reference with
const
- Memory addresses and how to access them
- Pointers
- Dereferencing a pointer
nullptr
// Reference int &reference = original; // Pointer int* pointer = &original;
Instructions
As a final send-off, do you remember you wrote a letter in the first lesson of the course? Well, here it is! π¨
You have come a long way and you should be very very proud of yourself. Thank you for taking this course and we canβt wait to see the things that you build.