http://www.cplusplus.com/doc/tutorial/classes/
Class == Struct == Union
Class defaults to private access.
Struct defaults to public access.
Union defaults to public access.
Members in a union share the same memory.
i have already seen that link, but the examples are just demostrations.
i would like programs that are made in tests of universities, book exercises...
examples more progressives.
For exemple, last semester i did some exercises of C of a book(how to program in C) and saved it on a folder in the computer.
The exercises were a lot of varied programs that were similar in the university tests, and they good examples to analyze and learn.
Because when i will study structs, unions or classes I just find demonstrations of the structure. But I wanna see the aplications. (A lot of).