On 09.05.2012, at 11:11, MacArthur, Ian (SELEX GALILEO, UK) wrote: > >> Does fltk work for "C", as well as c++? >> Or only c++? > > If you want a pure C gui toolkit, then, as others have posted, there are a > few good options out there (though I still prefer fltk myself!)
I would consider FLTK at the very easy end of C++. No STL, no templates, nor String class. Some see that as a disadvantage. In this case though, creating a GUI with FLTK in C++ is possible, even if you mainly write in C. That is, unless the reason for a C interface is in some limitation in your dev environment... . _______________________________________________ fltk mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk

