+ 2
Structs Tutorial
Structs are not explained in the C++ Tutorial. Why? They seem rather important, in C atleast?
2 Answers
+ 1
C++ is totally based on OOPs concept.
Struct is purely procedural one and thats why used much more in C rather than C++. In C++ we thus have more use of classes instead of structures.. right? Right!
Thats why they have focussed on classes an objects rather than structures :)
+ 1
Thank you Very much đ