+ 1
structure and class
Can someone tell me the difference between a structure and a class?
3 Antworten
+ 1
those are things that your course will teach you. take a look through the lessons you've already unlocked. if not look at the glossary
+ 1
i guess structure members are always public and class can have access modifiers, at least it's in c++
0
And what is a "memberwise" initializer?