2024-09-29

NULL and nullptr in C++

As part of some other things, this question popped up and I had to look up the difference between NULL and nullptr in C++. Here’s what I found:

References