Created by: vbaderks
The C NULL macro (defined as ((void *)0) should be used to initialize pointer variables to 0. MSVC++ 14.12 will report compiler warnings when the NULL macro is used to initialize variables or parameters that are not pointers.
Created by: vbaderks
The C NULL macro (defined as ((void *)0) should be used to initialize pointer variables to 0. MSVC++ 14.12 will report compiler warnings when the NULL macro is used to initialize variables or parameters that are not pointers.