Go back to the main FC++ web page

Boost FC++ Documentation

Choose one: Here is the announcement regarding the formal review.

Boost FC++ Library Download

Just choose one:

The zip file will expand into these subdirectories:

   fcpp/fcpp/               # the library (.hpp) files
   fcpp/fcpp_clients/       # the example (.cpp) files
Running the examples just involves invoking the complier with the right #include paths; for example,
   # in the fcpp_clients directory
   g++  -I/path/to/boost  -I../fcpp  some_example.cpp


Last updated on Fri Feb 13 19:54:33 EST 2004 by Brian McNamara