Next:
2.1 Nameless structs
Up:
Module 0028: Definition hiding
Previous:
1 About this module
2
structs
A
struct
in C is like a
class
in C++. It is a means to group related items into a single unit for handling. This is also known as ``record'' in Pascal.
Subsections
2
.
1
Nameless structs
2
.
2
Named structs
2
.
3
struct pointers
Copyright © 2006-08-30 by Tak Auyeung