Pointers and References in C++: Working with References
C++ 20
| Expert
- 8 Videos | 46m 24s
- Includes Assessment
- Earns a Badge
C++ supports a variable type known as the reference. You can think of references as being easier-to-use, lighter-weight versions of pointers. Begin by getting familiar with the syntax and semantics of references in C++, including the use of the & symbol to denote a reference type. Note some important differences between references and pointers, how references need to be assigned when they are created, how they cannot be reassigned or set to NULL, and how multiple references to the same underlying value are all effectively aliases for that value. Move on to declaring and using variables of reference type. Finally, learn about const references and experiment with different configurations of loops, where the loop variables are references, value types, and const references. Upon course completion, you'll be able to define and initialize variables of reference types, contrast pointers and references, and correctly use const references.
WHAT YOU WILL LEARN
-
discover the key concepts covered in this coursecontrast references with pointerscreate references and modify the variables being referred tocreate references on different types and objects
-
create references and modify variables through themcreate and use const referencesuse the const_cast operatorsummarize the key concepts covered in this course
IN THIS COURSE
-
1.Course Overview1m 39sUP NEXT
-
2.Introduction to References5m 11s
-
3.Creating References7m 23s
-
4.Referencing Different Objects7m 38s
-
5.Modifying Data Using References6m 8s
-
6.Creating Constant References7m 22s
-
7.Casting Variables to Be Constant7m 55s
-
8.Course Summary3m 9s
EARN A DIGITAL BADGE WHEN YOU COMPLETE THIS COURSE
Skillsoft is providing you the opportunity to earn a digital badge upon successful completion of this course, which can be shared on any social network or business platform
Digital badges are yours to keep, forever.