From 8e9fd7e97ddcb55ca0eecf0e299c738cc73707b7 Mon Sep 17 00:00:00 2001 From: AnonymousCoward Date: Tue, 8 May 2007 03:40:27 +0200 Subject: [PATCH] Edit page ProgrammingFrameworks --- ProgrammingFrameworks | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/ProgrammingFrameworks b/ProgrammingFrameworks index 9098346..dc242f1 100644 --- a/ProgrammingFrameworks +++ b/ProgrammingFrameworks @@ -3,8 +3,16 @@ directly and supervised the development and integration of the rest of it. See http://www.develer.com/oss/DevLib . - * '''Boost''' - A collection of high quality, general-purpose - C++ libraries. http://www.boost.org/ + * '''POSIX''' - I always write my programs with portability in mind, + and the POSIX API is usually my choice for UNIX, Linux, Mac OS X and even + Windows development. + + * '''WIN32''' - Most of the KERNEL32, USER32 and GDI32 APIs, including + I/O, threading, message passing, memory management, 2D drawing and window + management. + + * '''Boost''' - A collection of high quality, general-purpose C++ + libraries. See: http://www.boost.org/ . * '''Qt''' - Currently my favourite GUI framework. I expecially like the elegant signal/slot concept and its simple memory -- 2.25.1