Kenneth Culver wrote: > My main problem with C++ is that it adds a lot of overhead, and it's slow. > Also, it drives me nuts when people code in C++ and write all kinds of > classes when using classes for certain things just doesn't make sense, and > makes the code much more convoluted.
This is a serious concern for console tools, which are interacting with humans, which are capable of providing commands much faster than a 1.5GHz processor can accept and dispose of them... sorry I missed this downside in my first response. -- Terry To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-hackers" in the body of the message

