From: <sh...@al...> - 2000-02-05 05:57:14
|
> I would also like to toss in the notion of using C++ for some of this, > which would facilitate custom popups by deriving them from a base > class. If everyone hates this, I'll keep using C, but please give it > some thought. My personal opinion, which should carry little actual weight here, is that C++ adds little important functionality over C. In other words, there's little that C++ can do that I can't do with pointers and structures, so, why bother? It's an old debate. I don't see it being resolved anytime soon. Eric |