User Tools

Site Tools


cplusplus:pointers_1

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revisionBoth sides next revision
cplusplus:pointers_1 [2018/02/24 20:52] – [Pointers in relation to computer hardware] mithatcplusplus:pointers_1 [2018/02/24 23:52] – [Pointer operators] mithat
Line 177: Line 177:
 cout << y;        // prints 7</code> cout << y;        // prints 7</code>
  
-Think of the indirection/dereferencing operator as meaning, “the_thing_at_the_end_of”, as in:+You can think of the indirection/dereferencing operator as meaning, “the_thing_at_the_end_of”, as in:
  
 <code>the_thing_at_the_end_of__myPtr = 7;</code> <code>the_thing_at_the_end_of__myPtr = 7;</code>
cplusplus/pointers_1.txt · Last modified: 2019/03/28 16:24 by mithat

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki