"Steve B." wrote: > I take a simplistic view after years of C++. > > C++ is good for large projects that need to be maintained into the future. > Then the advantages of OO starts to kick in. For small projects that won't > change much then C is the better choice IMO.
Wow. Forgot this disadvantage of C++, too. Yeah, it's difficult to write code that someone else couldn't come in and maintain after it was done. This means that the normal rules about "write important code and you have a job forever" no longer apply. 8-(. -- Terry To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-hackers" in the body of the message