hackingcpp / comments

Comments regarding hackingcpp.com
0 stars 0 forks source link

cpp/lang/pointers #48

Open utterances-bot opened 5 months ago

utterances-bot commented 5 months ago

Introduction To C++ Pointers | hacking C++

A short introduction to pointers in C++. Syntax, semantics, 'const' pointers, 'this' pointer, forward declarations and some guidelines.

https://hackingcpp.com/cpp/lang/pointers.html

JohannJo commented 5 months ago

At the beginning, in the paragraph called "Raw pointers" there is a typo, the word should be "target". "lifetimes of pointer and taget (pointed-to) object are independent" ---> taRget