Skip to search formSkip to main contentSkip to account menu

Pointer (computer programming)

Known as: Software pointer, Pointer (computer science), Raw pointer 
In computer science, a pointer is a programming language object, whose value refers to (or "points to") another value stored elsewhere in the… 
Wikipedia (opens in a new tab)

Papers overview

Semantic Scholar uses AI to extract papers important to this topic.
2010
2010
We introduce a new system to improve the collaboration possibilities among the participants in face-to-face meetings and working… 
2007
2007
Low-latency and high-throughput processing are key requirements of data stream management systems (DSMSs). Hence, multi-core… 
2001
2001
Data Types and Software Validation On the Criteria to be Used in Decomposing Systems into Modules On the Design and Development… 
1997
1997
This paper presents the formal speciication of the programming language Oberon. Using Montages we give a description of syntax… 
1996
1996
While update protocols generally induce lower miss rates than invalidate protocols, they tend to generate much traffic. This is… 
1993
1993
Spatial data management has been an active area of research during the past two decades, and results of research into spatial… 
1991
1991
Two different design implementation techniques were used to produce a functionally complex high performance synchronous optical… 
1982
1982
The development of high-level manipulation languages will cause an explosion in the number of declarations about the real world… 
1967
1967
for i := 1 step 1 until n do begin x[i] := x[i]-dx[i]; hz := hz + abs(x[i]); hf := hf + abs(dx[i]) end; if hf > eps2 X hz then go… 
1967
1967
This dissertation presents a descriptive notation for data structures which is embedded in a programming language in such a way…