Edit page ProgrammingFrameworks
authorAnonymousCoward <AnonymousCoward@18.187.7.54>
Tue, 8 May 2007 01:40:27 +0000 (03:40 +0200)
committerPiki Plus <webmaster@codewiz.org>
Tue, 8 May 2007 01:40:27 +0000 (03:40 +0200)
ProgrammingFrameworks

index 909834656fee104afc1550d1bd81d8ef72d90ca9..dc242f13b1126f53bc55b345736b2966640eb2b9 100644 (file)
@@ -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