mastodon.xyz is one of the many independent Mastodon servers you can use to participate in the fediverse.
A Mastodon instance, open to everyone, but mainly English and French speaking.

Administered by:

Server stats:

741
active users

#NullPointer

0 posts0 participants0 posts today

I have one annoying problem with people bashing C/C++ with regard to NULL pointer.
NULL pointer is *C* problem.
C++ has references since forever. Here the problem is programmers not using them. If a *C++* function takes a pointer as a parameter and does not allow it to be nullptr, it's a bug - it should take a reference instead.
std::optional is still newish, so give some slack to pointers still.