Edit page ProgrammingFrameworks
authorAnonymousCoward <AnonymousCoward@81.174.33.46>
Fri, 27 Apr 2007 10:44:40 +0000 (12:44 +0200)
committerPiki Plus <webmaster@codewiz.org>
Fri, 27 Apr 2007 10:44:40 +0000 (12:44 +0200)
ProgrammingFrameworks [new file with mode: 0644]

diff --git a/ProgrammingFrameworks b/ProgrammingFrameworks
new file mode 100644 (file)
index 0000000..9098346
--- /dev/null
@@ -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