Jump to content

User Interface Class Library: Difference between revisions

From EDM2
Ak120 (talk | contribs)
Created page with "The '''User Interface Class Library''' from IBM is an object-oriented C++ class library that enables programmers to build graphical user interface (GUI) applications. This cla..."
 
Ak120 (talk | contribs)
Line 2: Line 2:


==Articles==
==Articles==
*Gordon Zeglinski: [[User Interface Class Library (UICL for short)]]
*Gordon Zeglinski: [[User Interface Class Library (UICL for short)]] (Jan 1994)
*Jürgen Riedl: [http://www.edm2.com/0307/wpswithuicl.html Programming the WPS Using the UICL] (Aug 1995)


[[Category:C++ Class Libraries]]
[[Category:C++ Class Libraries]]

Revision as of 17:58, 20 March 2018

The User Interface Class Library from IBM is an object-oriented C++ class library that enables programmers to build graphical user interface (GUI) applications. This class library and its user interface is consistent between different operating environments. It was shipped as part of IBM C Set++ for OS/2, C Set++ for AIX and C Set++ for Solaris. It's possible to port GUI based applications between OS/2, AIX, and Solaris.

Articles