main: Use nullptr inside C++ code

Authored by patrickelectric on Mar 8 2020, 6:03 PM.

Description

main: Use nullptr inside C++ code

There is no definition for NULL, it can be 0 (long int) or nullptr,
nullptr sould be used to make it clear what it's.

Signed-off-by: Patrick José Pereira <patrickelectric@gmail.com>

Details

Committed
heinMar 10 2020, 1:34 AM
Parents
R1034:f243a145052b: README: Add badges
Branches
Unknown
Tags
Unknown