wolexzo2 wrote: > While we are on this. > Could anyone recommend an application for automatically indenting & > beautifying source that is free? I know of "C++ code export" on windows, but > any recommendation for linux is appreciated. > > Lawal.O
If you have Visual Studio (even Express), the key combination Ctrl+K, Ctrl+F (Command, Format) will automatically format highlighted code. The only thing it doesn't do the way I like to format code is switch-case statements. Other IDEs probably have a similar feature (including those on *NIX). -- Thomas Hruska CubicleSoft President Ph: 517-803-4197 *NEW* MyTaskFocus 1.1 Get on task. Stay on task. http://www.CubicleSoft.com/MyTaskFocus/
