Is there a utility to indent C++ programs

c++, indentation

Solution

Try Artistic Style:

Artistic Style is a source code indenter, formatter, and beautifier for the C, C++, C# and Java programming languages.

Problem

I am trying to use "indent" program to indent C++ programs. But it does not seem to work fine. It is messing up the indentation much more. It is a Class file. Can you please suggest the right options for it or another program that works? Thanks

Original source