> Perhaps I should have said "introducing FLTK's C++ subset to C > programmers". If FLTK is using let's say half of C++, then could someone > new to C++ start writing FLTK apps sooner by only sticking to the FLTK > C++ subset? They could always learn the other have of C++ later, no?
Not quite what you had in mind, you might want to consider looking at Programming: Principles and Practice using C++ by Bjarne Stroustrup (Addison Wesley, 2008, ISBN 978-0321543721) in which he explains how to write GUI applications in C++ and FLTK-1. Obviously he describes C++ as a whole and not just the subset of features that are used in the FLTK core libraries. D _______________________________________________ fltk mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk

