structures

The C entity nearest to a Java object is a structure. It is a type with named fields.

It is possible to use a structure as a module in C, but there is no way in straight C to implement inheritance.

examples

Point3D

Point3D as a type

2ndDeriv.h

complex; structure copy

linked list item