V C++ GUI Framework: Difference between revisions
Appearance
mNo edit summary |
|||
Line 11: | Line 11: | ||
==License== | ==License== | ||
GNU General Public License (GPL), GNU Library or Lesser General Public License (LGPL) | GNU General Public License (GPL), GNU Library or Lesser General Public License (LGPL) | ||
Line 20: | Line 19: | ||
==Related Articles== | ==Related Articles== | ||
* [[V - A Free C++ Graphical User Interface Framework]] by [[Jon Hacker]] | * [[V - A Free C++ Graphical User Interface Framework]] by [[Jon Hacker]] | ||
* [[The V C++ GUI Framework User Guide]] by [[Bruce E. Wampler]] (1999/06/30) | |||
==Publications== | ==Publications== | ||
* [http://www.ccp14.ac.uk/ccp/ccp14/ftp-mirror/programming/objectcentral/beta/v/vrefman/vintro.htm The V C++ GUI Framework User Guide] by [[Bruce E. Wampler]] | * [http://www.ccp14.ac.uk/ccp/ccp14/ftp-mirror/programming/objectcentral/beta/v/vrefman/vintro.htm The V C++ GUI Framework User Guide] by [[Bruce E. Wampler]] | ||
[[Category:Tools]] | [[Category:Tools]] |
Revision as of 19:37, 12 November 2012
Description
V is an easy to program, cross-platform C++ GUI Framework. V was designed to make it the easiest way to write C++ graphical user interface applications available -- commercial, shareware, or freeware.
Version
- V portable C++ GUI Framework V 1.21 (1999-03-12)
- V portable C++ GUI Framework V 1.24 XFREE86/OS2 (2000-03-26)
Links
- http://www.ccp14.ac.uk/ccp/ccp14/ftp-mirror/programming/objectcentral/beta/v/vrefman/vintro.htm
- Homepage
License
GNU General Public License (GPL), GNU Library or Lesser General Public License (LGPL)
Author
- Ported by Jon Hacker
- Original Author Bruce Wampler
Related Articles
- V - A Free C++ Graphical User Interface Framework by Jon Hacker
- The V C++ GUI Framework User Guide by Bruce E. Wampler (1999/06/30)