NULL vs nullptr
Hi everyone ✋ In the previous post we learned how to lock our pointers down with const ─ freezing either the value a pointer looks at, the address it holds, or both. We spent that whole post deciding what a pointer is allowed to change. Today we ask a different question ─ what if a […]