[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: object-oriented C programming



On Tue, 5 Dec 2000, Philip Brown wrote:

> > 
> > No argument here, but why _wouldn't_ one use an OO language for such
> > designs?  That's what they're there for!
> 
> a) limited hardware/OS

That's exactly what C++ is designed for!  The zero-overhead rule makes
sure this isn't a problem.  Believe me, C++ is not, not, not slow,
and memory is not an issue.  In fact, C++ and the standard libraries
sometimes run _faster_ than C (compare qsort and std::sort).  Even Java
does pretty well these days with HotSpot and its ilk.

> b) limited management. (as in, "management is mentally limited" :-)

Oohh...Can't help you there, sorry.  :(

                                         -Dave

-- 

"Some little people have music in them, but Fats, he was all music,
 and you know how big he was."  --  James P. Johnson



Reply to: