Edit page WikiSandbox
[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 API of choice for UNIX, Linux
8   Mac OS X and even some Windows development.
9
10  * **Win32** -- Most of the KERNEL32, USER32 and GDI32 APIs, including
11  overlapped I/O, threading, events, message passing, memory management,
12  2D drawing and window 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 been using these Microsoft ...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 retain some sanity.
24
25 TODO: add the rest