On Fri, 2006-11-03 at 20:06 -0800, Peter Gordon wrote: > Andy Green wrote: > > OO or not OO: a major architectural decision, no matter what you > > personally ("we settled") considered resolved in the late 1970s. > > The fact that C++ is inherently designed for OO-programming does not > mean that C is not. Take a look at GLib and the GObject system for a > quite excellent (IMHO) OO approach in C. I you want to see an even better approach, have a look into Xt. It's what (Widget technology) the gtk folks mimicked when they started gtk/glib. Ralf