On 6 Jun 2009, at 21:52, andrei_c wrote: > > Cool!Thanks Greg! > The struct method never came in mind, that's smart too.Similar to > class.
In C++, then technically a struct is not just "similar" to a class, it is *identical* to a class, other than the default visibility of members... _______________________________________________ fltk mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk

