[Home] | Learning Visual Basic | News and Announcements | |
Links to other Websites
Software
Tools, Templates, and Examples
Related Web Sites
|
Visual Basic is a programming language. It started out as a very simple one (called BASIC) in the days of dos and early Windows/Macs. As it evolved, and other languages were developed, it was usually relegated to first-time programmers. It is still recommended as a Beginners first language, but it has come on a lot since it was first released, and is often chosen over C++ because of the speed at which professional applications can be created using it. The major jump was from 16 bit to 32 bit in VB5 (you could also buy a 32 bit version of VB4). Visual Basic 6 was released late in 1998. Below is some sample code, one in C++ (the language windows is written in) and one in VB. As you can see, VB is plain language. Both examples do the same thing:
|
This section presents some downloadable lecture notes and e-books for Visual Basic Lecture Notes
Introduction More Lecture Notes Visual Basic e-books More lessons could be downloaded as per request from the webmaster. |
|
Visual Basic
VC++
from: James Crowley. http://www.developerfusion.com/show/53 |
|||