IBM VisualAge C++ 3.0 Visual Builder: Difference between revisions
Appearance
mNo edit summary |
mNo edit summary |
||
Line 1: | Line 1: | ||
[[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. | 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. | ||
Revision as of 20:02, 8 December 2018

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).
Source and References
see IBM VisualAge C++ 3.0 package