|
From: Roger H. <rog...@mi...> - 2004-12-01 14:56:03
|
I think there is consensus on the idea of moving the instance data from the E3xxx.c files to the E3xxx.h files, changing the structs to classes so that the fields are private, and using inheritance to append a child class's data to the parent class's data. There will be corresponding changes in the routines to allocate, deallocate and use the instance data. This is a necessary first step so I can get started on this unless anyone objects. Roger. |