I know using nullptr
is more "typed". It can distinguish pointer type
and 0
and works well in function overloading and template specialization.
So I am not sure whether it is safe to replace the NULL
to nullptr
in my old Win32 project in every HANDLE
/HWND
/HINSTNACE
initialization usages?
Any suggestion will be helpful. Thanks