Microsoft Store
 

Reference


 

In general, a reference is something that refers or points to something else, or acts as a connection or a link between two things. The objects it links may be concrete, such as books or locations, or abstract, such as data, thoughts, or memories.

Computer science

In computer science, references are datatypes which refer to an object elsewhere in memory, and are used to construct a wide variety of data structures such as linked lists. Most programming languages support some form of reference. See reference (computer science).

Related Topics:
Computer science - Reference - Datatype - Data structure - Linked list - Programming language

~ ~ ~ ~ ~ ~ ~ ~ ~ ~

The C++ programming language has a specific type of reference also referred to as a reference; see reference (C Plus Plus).

Related Topics:
C++ - Reference (C Plus Plus)

~ ~ ~ ~ ~ ~ ~ ~ ~ ~