I'm curious to know how the C++ community is spread over different types of applications. It's easy to tell with some other languages, for example ruby would be 90%+ web development, but I have no similar notion for C++. Also, if you care to add what platforms you develop on, and what platforms you develop for, it would give me a little more insight. If you find you lean heavily on some library (other than things like STL or boost), I'd like to hear it.
I'll start it off: I use C++ for embedded systems, and desktop applications (graphical only when required). I stick to Linux whenever I can, for both development and target, because I find gcc behaves itself a little better. I'm not sure if ACE is the default choice for network programming, but that's what I use, and it's used pretty frequently.
The embedded systems are controls for devices (run automatically based on sensors/time), and the desktop applications are data generation/transformation applications. All of these are for military applications.
What are you doing with C++?
