C/C++
stevens.asc
Associated article: C Programming
Tags: C/C++
_C PROGRAMMING COLUMN_ by Al Stevens [LISTING ONE] /************ CLASS.H COPYRIGHT 1990 GREGORY COLVIN ************ This program may be distributed free with this copyright notice. ***************************************************************/ #include <stddef.h> #include <assert.h> /** All objects must be descendants of the ...


