Quote Originally Posted by slicktacker
I never knew about constructors in structs.
C++ structs are exactly the same as C++ classes, with the tiny difference that the default visibility for struct members is public (private for class members).