Differences

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

Link to this comparison view

Next revision
Previous revision
cpp:pointer [2018/12/20 01:57] – created misaka00251cpp:pointer [2020/01/18 11:47] (current) – external edit 127.0.0.1
Line 1: Line 1:
 +====== Cpp/Pointer ======
 +
 +----
 +
 Traditionally, C programmers have used this form: Traditionally, C programmers have used this form:
  
Line 41: Line 45:
 } }
 </file> </file>
 +
 +**Pointer Golden Rule: Always initialize a pointer to a definite and appropriate address before you apply the dereferencing operator ( * ) to it.**