Pointers vs References in C++ - Why References Are Preferred
Offered By: Ralph S Bacon via YouTube
Course Description
Overview
Explore the differences between pointers and references in C++ programming through this informative 32-minute video tutorial. Learn why references are often preferred over pointers for beginner to intermediate hobbyist coders. Dive into a comprehensive walkthrough of both references and pointers, understanding their use cases and implementation. Gain insights into why pointers, while important to know, may not be necessary for many C++ programming tasks. Follow along with code examples and practical demonstrations to solidify your understanding of these crucial concepts. By the end, grasp why C++ references offer a more user-friendly alternative to C-style pointers for many programming scenarios.
Syllabus
Welcome Back
Intro and quick C++ vs C discussion
Why the need for references or pointers?
References walkthrough
Pointers walkthrough
Conclusion
Taught by
Ralph S Bacon
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