This is the mail archive of the
gcc-help@gcc.gnu.org
mailing list for the GCC project.
C++ code beautifier
- From: nirav dot dalal at teradyne dot com
- To: gcc-help at gcc dot gnu dot org
- Date: Wed, 14 Apr 2004 13:51:01 -0400
- Subject: C++ code beautifier
Hi,
Our project is basically to convert VB code to C++, then compile with GCC
and use the binaries. But the C++ code is left aligned and we would like to
beautify it somehow.
I have been using GNU compiler for a few months now and was wondering
if GNU had C++ code beautifying capability. Or some free software available
on web, which is reliable.
Does anybody has recommendation?
I have tried Artistic Style (astyle), but it seems to be little old and
have
a few open bugs in it.
Thanks..