K
Karl M
Hi C++ experts!
Definitely I skipped C/C++ 101 because I have this pitfall:
I need to call the struct ctor in the class default ctor body see below:
//Some.h
struct MyStruct
{
int a[5];
Definitely I skipped C/C++ 101 because I have this pitfall:
I need to call the struct ctor in the class default ctor body see below:
//Some.h
struct MyStruct
{
int a[5];