This chapter will teach you the basics of compiling programs that use FLTK.
All public symbols in FLTK start with the characters 'F' and 'L':
Functions are either Fl::foo() or fl_foo()
Class and type names are capitalized: Fl_Foo
Constants and enumerations are uppercase: FL_FOO.
All header files start with <FL/...>