+ 1
What is the difference between a struct and a class in C++?
I have a good understanding of what the difference is but could someone give a real in depth answer with best use cases for each.
1 Antwort
+ 14
MSDN has the answer for choosing between Classes and Structures.
https://msdn.microsoft.com/en-us/library/ms229017.aspx