Edit page MayBlog
[wiki.git] / ProgrammingFrameworks
1  * '''Devlib''' - This is a homebrew library of C/C++ utilities,
2  drivers, and algorithms.  I've contributed much of the code
3  directly and supervised the development and integration of
4  the rest of it.  See http://www.develer.com/oss/DevLib .
5
6  * '''Boost''' - A collection of high quality, general-purpose
7  C++ libraries.  http://www.boost.org/
8
9  * '''Qt''' - Currently my favourite GUI framework.  I expecially
10  like the elegant signal/slot concept and its simple memory
11  management solution.  http://www.trolltech.com/
12
13  * '''MFC''' - I've used Microsoft's... err... Fine Classes,
14  including DAO and ATL, for much longer than one would like 
15  to admit.  It's a miracle I've even managed to keep some
16  mental health.
17
18 TODO: add the rest