Path: utzoo!attcan!utgpu!jarvis.csri.toronto.edu!rutgers!mailrus!tut.cis.ohio-state.edu!husc6!xmjschm From: xmjschm@mbcrrb.harvard.edu (Mike Schmelzer) Newsgroups: comp.lang.c Subject: C expertise Message-ID: Date: 22 Jun 89 16:52:01 GMT Sender: news@husc6.harvard.edu Distribution: comp Organization: The MBCRR Lines: 14 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@harvspha.BITNET === you are sentenced to after you're caught." xmjschm@mbcrr.harvard.edu = - Ron Brown, Chairman of the DNC