X-Git-Url: https://codewiz.org/gitweb?p=wiki.git;a=blobdiff_plain;f=ProgrammingFrameworks;h=88ce482fccd83f5dafac539b2fb721101a337e5a;hp=909834656fee104afc1550d1bd81d8ef72d90ca9;hb=564f689f0c108a85b8bbfde818af498b3de3cc15;hpb=80ac0e8e754bd07ebdae3303ea05c1bfa5c26ede diff --git a/ProgrammingFrameworks b/ProgrammingFrameworks index 9098346..88ce482 100644 --- a/ProgrammingFrameworks +++ b/ProgrammingFrameworks @@ -1,10 +1,18 @@ - * '''Devlib''' - This is a homebrew library of C/C++ utilities, + * '''DevLib''' - Homebrew library of C/C++ utilities, drivers, and algorithms. I've contributed much of the code 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