Jump to content

IBM VisualAge C++ 3.0 Visual Builder: Difference between revisions

From EDM2
Cbockem (talk | contribs)
No edit summary
 
Ak120 (talk | contribs)
 
(6 intermediate revisions by 2 users not shown)
Line 1: Line 1:
== Description ==
[[File:Ibm-icsvb.png|thumb|Visual Builder]]
 
The '''Visual Application Builder''' is a tool to generate [[C++]] programs graphically. It was introduced with [[VisualAge C++ 3.0]] and later adapted to version 4.0. You not only define the visible dialog controls, but also the code that makes them "life", and you can even generate fully invisible code parts that way! It's also not a simple "wizard" that helps you generating something new, but you are able to come back and make changes and adapt the "visual program" to your needs. Finally you can mix graphically generated code with manually written code in any way you want.
This is a unique tool to generate C++ programs graphically! It was introduced with VAC/C++ 3.0 and later adapted to version 4.0. You not only define the visible dialog controls, but also the code that makes them "life", and you can even generate fully invisible code parts that way! It's also not a simple "wizard" that helps you generating something new, but you are able to come back and make changes and adapt the "visual program" to your needs. Finally you can mix graphically generated code with manually written code in any way you want.


The generated C++ code is based on the [[IBM Open Class Library]] (IOCL).
The generated C++ code is based on the [[IBM Open Class Library]] (IOCL).


== Source and References ==
== Articles ==
 
* Dale R. Nilsson: [[VisualAge C++ Visual Application Builder]]
see [[IBM_VAC_3.0|VAC/C++ 3.0 package]]


== License ==
== Publications ==
* Dale R. Nilsson; Peter M. Jakab: ''IBM VisualAge for C++: A Visual Programmer's Handbook'' - Prentice Hall 1997, ISBN 0-13-614322-9


IBM Abandonware
[[Category:UI Tools]]

Latest revision as of 00:35, 15 November 2019

Visual Builder

The Visual Application Builder is a tool to generate C++ programs graphically. It was introduced with VisualAge C++ 3.0 and later adapted to version 4.0. You not only define the visible dialog controls, but also the code that makes them "life", and you can even generate fully invisible code parts that way! It's also not a simple "wizard" that helps you generating something new, but you are able to come back and make changes and adapt the "visual program" to your needs. Finally you can mix graphically generated code with manually written code in any way you want.

The generated C++ code is based on the IBM Open Class Library (IOCL).

Articles

Publications

  • Dale R. Nilsson; Peter M. Jakab: IBM VisualAge for C++: A Visual Programmer's Handbook - Prentice Hall 1997, ISBN 0-13-614322-9