From: AnonymousCoward Date: Fri, 27 Apr 2007 10:44:40 +0000 (+0200) Subject: Edit page ProgrammingFrameworks X-Git-Url: https://codewiz.org/gitweb?p=wiki.git;a=commitdiff_plain;h=80ac0e8e754bd07ebdae3303ea05c1bfa5c26ede Edit page ProgrammingFrameworks --- diff --git a/ProgrammingFrameworks b/ProgrammingFrameworks new file mode 100644 index 0000000..9098346 --- /dev/null +++ b/ProgrammingFrameworks @@ -0,0 +1,18 @@ + * '''Devlib''' - This is a 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/ + + * '''Qt''' - Currently my favourite GUI framework. I expecially + like the elegant signal/slot concept and its simple memory + management solution. http://www.trolltech.com/ + + * '''MFC''' - I've used Microsoft's... err... Fine Classes, + including DAO and ATL, for much longer than one would like + to admit. It's a miracle I've even managed to keep some + mental health. + +TODO: add the rest