An Short Note About Visual Programming

        Some time ago, when windowed environments became available on computers, it became possible to write programs in C and C++ that made windowed applications.  These applications had all of the usual things you see with windowed environments, including buttons, text boxes, etc.  The problem was, that if you wanted a button you had to specify where you wanted the button (top left, bottom right, stuff like that), the color of the button, the caption on the button, etc.  Every single property that you specified took a line of code.  Even worse, you couldn't see what your application looked like until you could get code that compiled and you could run it.

        Since then, a number of more convenient environments have been developed.  Starting with ToolBook, then Visual Basic (a descendant of ToolBook), we now have many kinds of visual programming environments (Visual versions of C/C++, and the very popular LabView which is used for measurement applications, for a few examples) which offer the following advantages.