View Single Post
Re: a small utility to format your messy C/C++ code automatically.
Old
  (#6)
Whistler
Summoner
 
Whistler's Avatar
 
Status: Offline
Posts: 1,499
Join Date: Feb 2004
Location: Mist Village
Default Re: a small utility to format your messy C/C++ code automatically. - 26-02-2005

I've found another such tool which is less buggy and also has better support for C++ and even Java:
http://sourceforge.net/projects/astyle
(this is actually the same one used in KDevelop 3)

the only bad thing for this one:
it doesn't support like using "*.cpp" as parameter
  
Reply With Quote