In C++, in most cases empty braces (aka value initilization) are the best way to initialize to 0/null (or the default values if specified in the class/struct declaration).
In C++, in most cases empty braces (aka value initilization) are the best way to initialize to 0/null (or the default values if specified in the class/struct declaration).