 |
C++ Programming - Chapter 3 - Wikibooks, open books for an open world
Why should you Use Structs, Not Classes? Older programmer languages used a similar type called Record (i.e.: COBOL, FORTRAN) this was implemented in C as the struct keyword. And so C++ uses structs to comply with this C's heritage (the code and the ...
en.wikibooks.org |
 |