|
Overview
Associations
Ethics
Journals and Magazines
Patterns
Software Architecture
Software Tools
|
Links: Software Tools
|
Boost C++ source libraries. It is a set of free peer-reviewed
portable C++ source libraries. The emphasis is on libraries which work well
with the C++ Standard Library. Some of the libraries have already been
proposed for inclusion in the C++ Standards Committee's upcoming
C++ Standard Library Technical Report.
This libraries feature a lot of useful classes and functions, i.e.,
shared pointer classes, regular expression management and much more.
CPPUnit unit testing framework for C++. This is a port of
Junit to C++. Very useful to setup an
unit test suite for your C++ applications without too much effort.
Erlang homepage. Erlang is a functional language
specifically developed for highly distributed reliable
systems. Originally developed at Ericsson is now open source.
Junit unit testing framework for Java. This is THE unit testing
framework for java. Indispensable.
Mock Objects unit testing framework for Java. It is a generic unit
testing framework whose goal is to facilitate developing unit tests in the
mock object style. Check the site to learn more.
|
|
|