Brian's C++ links

I created this page to organize what the information I have related to C++. Now I've finally reorganized it, as there's a lot of stuff here now.

Web Resources - Reading

This section has various links to other web sites that have information or links relevant to C++.

Web Resources - Software

This section has various links to other web sites that have C++ compilers, libraries, or software tools you can download.

  • The g++ compiler
  • Boost, a site with libraries.
  • STLport - a portable implementation of the C++ standard library with some nice debug features.
  • FC++ - the FC++ library for doing functional programming in C++. Very cool. :)
  • A regular expression library for C++
  • Test Comeau C++ - test the latest version of Comeau's compiler right from the web. (Comeau is very standards-conformant, and thus this is a practical way to see if something is probably "legal C++".)
  • Local Resources

    And here are some local/personal links.

    Source code

    Here's snippets of source you might find useful.

    Writing about C++

    Here are some things I've written about C++ (mostly posts to git.cc.talk.c++).


    Go back to my public services page.
    Last updated on Mon Jul 1 01:27:52 EDT 2002 by Brian McNamara