Topic: safe use of pointers
Topic: using pointers in Thesa
Topic: ordered data types
Topic: names independent of objects
| |
Note
Simula provides safe reference by separating reference to something from the thing itself. e.g. queue elements have suc, pred, out, into; queue head has first, last, and empty. very important.
Related Topics
Topic: safe use of pointers (102 items)
Topic: using pointers in Thesa (49 items)
Topic: ordered data types (8 items)
Topic: names independent of objects (34 items)
|