1828457 Members
3169 Online
109978 Solutions
New Discussion

Code Identation ..

 
RobertClark
Occasional Contributor

Code Identation ..

Hi all
Is there any standard way of beautification /indentation of code of "cpp" files? Any command does that.. and if so, what are the paramter used

regards
Robert
1 REPLY 1
Orhan Biyiklioglu
Respected Contributor

Re: Code Identation ..

You can use Artistic Style (astyle) for indenting, formatting and beautifying C, C++, C# and Java Codes.

It also supports many predefined standard styles.

astyle is available at
http://astyle.sourceforge.net/

hth,

Orhan