Greetings,

C++ is all about classes! Besides, structs are classes in C++, the only difference (apperently) is that in struct's the members default to public where in classes it defaults to private.