Lesson 4 - References in C++
So far, we've talked about the two "types" that C++ has. These were values (these include types such as int, char, string, etc.) and pointers. Unlike C, C++ introduces another group of types - references. This is kind of a transition between pointers and values.
A reference, like a pointer, is used to refer to data in memory. There are two fundamental differences between a pointer and a reference. First, a reference, unlike a pointer, is treated as a classical variable or object. Second, a reference always refers to the same data, we can never redirect it somewhere else into memory. Thus, it can be said that a reference is such a more convenient constant pointer. It's declared using the
...End of the preview...
Continue further
You've come here and that's great! We believe that the first lessons showed you something new and useful
Do you want to continue the course? Go to the premium section.
Buy this course
This article is licensed: Premium, by buying this article, you agree with the terms of use.
- Unlimited and permanent access to individual lessons.
- High quality IT knowledge.
- Skills to help you get your dream and well-paid job.
Article description
Requested article covers this content:
C++ adds another type of a variable - reference. In this article we'll talk about how to work with them.
You gain credits by supporting our network. This is done by sending a helpful amount of money to support the site, or by creating content for the network.