From 80ac0e8e754bd07ebdae3303ea05c1bfa5c26ede Mon Sep 17 00:00:00 2001 From: AnonymousCoward Date: Fri, 27 Apr 2007 12:44:40 +0200 Subject: [PATCH] Edit page ProgrammingFrameworks --- ProgrammingFrameworks | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 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 -- 2.25.1