Kenneth Culver wrote: > > 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. > > I'm not sure if you are being sarcastic or not, but if you are, it is > definitely not appreciated. C code is generally easier to make more simple > than C++. That said, gui code is probably better written in C++ since the > whole idea of objects lends itself to that. However, daemons/console based > progs don't really have any real reason to be written in C++ becuase that > usually adds a lot of code that doesn't need to be there, such as using > classes to do things that don't lend themselves to that.
"A good programmer can write FORTRAN in any language." If you are getting "usually adds a lot of code that doesn't need to be there, such as using classes to do things that don't lend themselves to that", then you need to look at your programmers, not at the tools they are using. -- Terry To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-hackers" in the body of the message