--- The Fool <[EMAIL PROTECTED]> wrote:
> 
> 
> ----------
> From: Horn, John <[EMAIL PROTECTED]>
> To: Killer Bs Discussion <[EMAIL PROTECTED]>
> Subject: RE: irregulars: how to split c++ class between multiple files
> Date: Saturday, August 09, 2003 10:20 AM
> 
> > From: The Fool [mailto:[EMAIL PROTECTED]
> > 
> > I have a c++ class that is very large (>90k lines) that I 
> > need to split
> > up between multiple files.
> 
> I'm not a c++ programmer.  But that seems to be a very, very large
> class.  Wouldn't it be better (and/or possible) to split it up into
> a main class and some helper classes?
> 
> Not that that answered the original question, of course...
> 
> ---
> Not in this particular case.  All the functions are related / use the
> same class variables etc.  Also sometimes speed and efficiency are more
> important than ease of use.

A class of that size is certaily not well factored. Trust me, good OO
abstraction will not screw your performance in C++.

Send me your design and I can help you refactor it.

=====
_________________________________________________
               Jan William Coffey
_________________________________________________

__________________________________
Do you Yahoo!?
Yahoo! SiteBuilder - Free, easy-to-use web site design software
http://sitebuilder.yahoo.com
_______________________________________________
http://www.mccmedia.com/mailman/listinfo/brin-l

Reply via email to