> 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... - jmh _______________________________________________ http://www.mccmedia.com/mailman/listinfo/brin-l
