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
ISO IEC 14882-2003 9 Classes §3 A structure is a class defined with the class-key struct; its members and base classes (clause 10) are public by default (clause 11).
ISO IEC 14882-2003
9 Classes
§3
A structure is a class defined with the class-key struct; its members and base classes (clause 10) are public by default (clause 11).
struct