Differences
This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
cpp:pointer [2018/12/20 01:57] – created misaka00251 | cpp:pointer [2020/01/18 11:47] (current) – external edit 127.0.0.1 | ||
---|---|---|---|
Line 1: | Line 1: | ||
+ | ====== Cpp/Pointer ====== | ||
+ | |||
+ | ---- | ||
+ | |||
Traditionally, | Traditionally, | ||
Line 41: | Line 45: | ||
} | } | ||
</ | </ | ||
+ | |||
+ | **Pointer Golden Rule: Always initialize a pointer to a definite and appropriate address before you apply the dereferencing operator ( * ) to it.** |