Subj : Re: Not using .cpp files when programming... To : comp.programming From : robertwessel2@yahoo.com Date : Tue Jul 19 2005 09:26 pm Alf P. Steinbach wrote: > * robertwessel2@yahoo.com: > > Or, if you make the member > > functions static or inline in the class to avoid the name space problems, > > Sorry, that's incorrect: neither 'inline' nor 'static' is used to avoid name > space problems. > > > > you'll make a larger executable because all the code is duplicated in each > > compiled program, perhaps many times. > > Sorry, that's incorrect: the main feature of 'inline' is the acceptance & > removal of multiple definitions. Quite the brain-fade on my part here... *sigh* .