RAD Studio
ContentsIndex
PreviousUpNext
Referencing

This section contains Typeid Operator topics.

Name 
Description 
The reference declarator can also be used to declare reference type parameters within a function:  
In the C programming language, you can pass arguments only by value. In C++, you can pass arguments by value or by reference. C++ reference types, closely related to pointer types, create aliases for objects. See the following topics for a discussion of referencing.
Note: C++ specific pointer referencing and dereferencing is discussed in C++ specific operators.
 
The reference declarator can be used to declare references outside functions:  
Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!