Essential
Software
The following section provides links to software utilities
which I have found to be extremely benificial for software development.
- Beyond
Compare
- Beyond Compare is a utility for comparing files, folders, zip
archives, FTP sites, etc. Use it to manage source code, keep folders in sync,
compare program output, and validate CD copies
- CygWin
- Unix toolkit for Windows
- DoxyGen
- Documentation system for C, C++, Java, IDL and to some extent PHP and
C#.
- Source
Navigator
- IDE for C/C++/Java, comprising powerful source code comprehension
features that help a developer understand complex relationships between
elements of a programs source.
- STL Port
- Standard Template Library portation which functions under a multitude
of compilers and operating systems.