C expertise
Mike Schmelzer
xmjschm at mbcrrb.harvard.edu
Fri Jun 23 02:52:01 AEST 1989
One of the (early) levels of C expertise should be :
- Is comfortable enough with malloc() that they don't need to
set arbitrary limits such as MAX_STRINGS in arrays.
i.e. use:
float * float_ptr;
and malloc() appropriate space (determined at run-time)
instead of:
float float_array[MAX_ITEMS];
--
Mike Schmelzer ============ "Republicans think community service is something
xmjschm at harvspha.BITNET === you are sentenced to after you're caught."
xmjschm at mbcrr.harvard.edu = - Ron Brown, Chairman of the DNC
More information about the Comp.lang.c
mailing list