RAD Studio
ContentsIndex
PreviousUpNext
Referencing

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.

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!