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..