Next year, i have Computer Science I, and i'm gonna learn visual basic. Can anyone describe the structure of VB in relation to C++?
Think dumber. :lol
It's similar but pretty different. All your code goes into different events and objects. Really, I guess it's like C++ with a bunch of predifined classes and events. The syntax is pretty simple but a lot of the windows API is about the same.