On Thu, Aug 30, 2007 at 11:13:42AM -0400, DJ Delorie wrote: > > At this point, there's no technical reason to avoid C++, but if one > chooses to migrate,
... I'd say start by redesigning the data structures! PCB could be so much more "OO" even without C++. A lot of the code would be about 1/20th the size if you could just do things like foo->Move(dx,dy) without having to worry about the type of foo. -- Ben Jackson AD7GD <[EMAIL PROTECTED]> http://www.ben.com/ _______________________________________________ geda-user mailing list [email protected] http://www.seul.org/cgi-bin/mailman/listinfo/geda-user

