Martin Cracauer <[EMAIL PROTECTED]> writes: > I have to say that this particular aspect never really bothered me > about C++, but then I am not into the "pure" school of object-oriented > programming anyway. If I can munch the stuff together somehow I don't > mind a bit of extra sorting out.
Actually C++ doesn't hurt the head nearly as bad if you avoid conflicting multiple inheritance situations and templates, if you can. Actually, C++ is a really good version of C if you just avoid all the broken OO stuff. But better people than I have said the same thing, so I won't flog that dead horse any more. 'james -- James A. Crippen <james at unlambda.com> Lambda Unlimited 61.2204N, -149.8964W Recursion 'R' Us Anchorage, Alaska, USA, Earth Y = \f.(\x.f(xx))(\x.f(xx))
