This question was already asked in the context of C#/.Net.
Now I\'d like to learn the differences between a struct and a class in C++. Please discuss the technical d
The only other difference is the default inheritance of classes and structs, which, unsurprisingly, is private and public respectively.