Learn C++: References and Pointers
Offered By: Codecademy
Course Description
Overview
References and pointers are some of the most powerful features in C++; they allow programmers to directly manipulate memory.
Continue your C++ learning journey with Learn C++: References and Pointers. Learn about memory allocation and how to conserve it with references and pointers. Pass variables by reference and use pointers when references aren't the most efficient choice.
* Create references and pointers
* Dereference pointers
* Understand memory allocation
### Notes on Prerequisites
We recommend that you complete [Learn C++: Classes and Objects](https://www.codecademy.com/learn/learn-c-plus-plus-classes-and-objects) before completing this course.
Continue your C++ learning journey with Learn C++: References and Pointers. Learn about memory allocation and how to conserve it with references and pointers. Pass variables by reference and use pointers when references aren't the most efficient choice.
* Create references and pointers
* Dereference pointers
* Understand memory allocation
### Notes on Prerequisites
We recommend that you complete [Learn C++: Classes and Objects](https://www.codecademy.com/learn/learn-c-plus-plus-classes-and-objects) before completing this course.
Syllabus
- References and Pointers: References and pointers are some of the most powerful features in C++; they allow programmers to directly manipulate memory.
- Lesson: References and Pointers
- Quiz: References and Pointers
- Project: Bleep
- Article: Memory Allocation
- Informational: Next Steps
Taught by
Alex DiStasi
Related Courses
Computer GraphicsUniversity of California, San Diego via edX Intro to Parallel Programming
Nvidia via Udacity Initiation à la programmation (en C++)
École Polytechnique Fédérale de Lausanne via Coursera C++ For C Programmers, Part A
University of California, Santa Cruz via Coursera Introduction à la programmation orientée objet (en C++)
École Polytechnique Fédérale de Lausanne via Coursera