Edit page FebruaryBlog
[wiki.git] / ProgrammingFrameworks
1  * '''DevLib''' - 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  * '''POSIX''' - I always write my programs with portability in mind,
7  and the POSIX API is usually my choice for UNIX, Linux, Mac OS X and even
8  Windows development.
9
10  * '''WIN32''' - Most of the KERNEL32, USER32 and GDI32 APIs, including
11  I/O, threading, message passing, memory management, 2D drawing and window
12  management.
13
14  * '''Boost''' - A collection of high quality, general-purpose C++
15  libraries.  See: http://www.boost.org/ .
16
17  * '''Qt''' - Currently my favourite GUI framework.  I expecially
18  like the elegant signal/slot concept and its simple memory
19  management solution.  http://www.trolltech.com/
20
21  * '''MFC''' - I've used Microsoft's... err... Fine Classes,
22  including DAO and ATL, for much longer than one would like 
23  to admit.  It's a miracle I've even managed to keep some
24  mental health.
25
26 TODO: add the rest