Skip to content
指针

File:Pointers.svg · Wikimedia Commons · See Wikimedia Commons

EntityQ118155· pop 60· linked from 453 articles

Also known as *, ptr, pointer data type, C++ pointer, C pointer

计算机科学术语

AI overview

A pointer is a type of data in computer programs that stores the address of where information is kept in the computer's memory, rather than storing the information itself. Pointers matter because they allow programmers to efficiently access and manipulate data by referencing its location, and they're essential for features like dynamic memory management and creating complex data structures.

AI-generated from the Wikipedia summary — may contain errors.

Wikidata facts

Show 2 more facts
Commons category
Pointers (computing)
Sources (1)

via Wikidata · CC0

Article · 中文

在计算机科学中,指標(英語:Pointer),是程式語言中的一类数据类型及其物件或變數,用來表示或儲存一個記憶體位址,這個位址的值直接指向(points to)存在该地址的对象的值。

Abstract from DBpedia / Wikipedia · CC BY-SA

Connections

Categories