How to write "C++" in LaTeX

latex

Solution

The standard solution for cases like this is to use verbatim:

\verb!C++!

Problem

How can I write "C++" in LaTeX so that the output looks nice. For example `C$++$` doesn't look good: the plus signs are too big and there is too much space.

Original source

Related problems