How to write “C++” in LaTeX

latex

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.

Best Answer

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

\verb!C++!