Why is the typedef not in the *.h file ?
The "typedef" is not required. In C++, you may omit the word "typedef" and it will be automatically a typedef.
You can also put the struct definition inside the class.
Why is the typedef not in the *.h file ?
The "typedef" is not required. In C++, you may omit the word "typedef" and it will be automatically a typedef.
You can also put the struct definition inside the class.