Logo
Unionpedia
Communication
Get it on Google Play
New! Download Unionpedia on your Androidâ„¢ device!
Free
Faster access than browser!
 

Pointer aliasing

Index Pointer aliasing

In computer programming, aliasing refers to the situation where the same memory location can be accessed using different names. [1]

8 relations: C (programming language), C++, C99, Computer programming, Critical section, Fortran, Pointer (computer programming), Restrict.

C (programming language)

C (as in the letter ''c'') is a general-purpose, imperative computer programming language, supporting structured programming, lexical variable scope and recursion, while a static type system prevents many unintended operations.

New!!: Pointer aliasing and C (programming language) · See more »

C++

C++ ("see plus plus") is a general-purpose programming language.

New!!: Pointer aliasing and C++ · See more »

C99

C99 (previously known as C9X) is an informal name for ISO/IEC 9899:1999, a past version of the C programming language standard.

New!!: Pointer aliasing and C99 · See more »

Computer programming

Computer programming is the process of building and designing an executable computer program for accomplishing a specific computing task.

New!!: Pointer aliasing and Computer programming · See more »

Critical section

In concurrent programming, concurrent accesses to shared resources can lead to unexpected or erroneous behavior, so parts of the program where the shared resource is accessed are protected.

New!!: Pointer aliasing and Critical section · See more »

Fortran

Fortran (formerly FORTRAN, derived from Formula Translation) is a general-purpose, compiled imperative programming language that is especially suited to numeric computation and scientific computing.

New!!: Pointer aliasing and Fortran · See more »

Pointer (computer programming)

In computer science, a pointer is a programming language object that stores the memory address of another value located in computer memory.

New!!: Pointer aliasing and Pointer (computer programming) · See more »

Restrict

In the C programming language, as of the C99 standard, restrict is a keyword that can be used in pointer declarations.

New!!: Pointer aliasing and Restrict · See more »

Redirects here:

Pointer alias.

References

[1] https://en.wikipedia.org/wiki/Pointer_aliasing

OutgoingIncoming
Hey! We are on Facebook now! »