On Mon, 2008-08-11 at 11:04 -0500, Lanny Marcus wrote: > <snip> > Vi or vim. I think Emacs would just cloud my mind, when I'm trying to absorb > C++ Lanny If you have C experience, it'll be quick once you get your head around constructors, destructors, inheritance, templates (I never did enough of that to get it), et al. It essentially implements a bunch of things we used to do as functions, libraries or modules when we recognized a strong re-usability potential, and formalizes all that to the object oriented model. Good luck on it and I know you'll enjoy it once you see results. > <snip sig stuff> -- Bill