Current location - Education and Training Encyclopedia - University ranking - What's the difference between VB and C? ! Why are all college students studying C now? ~ These are just programming tools? thank you
What's the difference between VB and C? ! Why are all college students studying C now? ~ These are just programming tools? thank you
There are differences, but not as big as I thought.

It is smaller than the difference between English and Japanese, similar to the difference between Mandarin and Cantonese ~

This difference comes from the different starting points of designing them.

C requires fine control of all details, while VB wants to save you as much trouble as possible.

Therefore, the program of C is often complicated, and all aspects should be considered, but it can be finely controlled.

On the other hand, in VB, sometimes what C needs to do with more than ten lines of statements can be done with only a few lines in VB.

But the side effect is that some subtle operations cannot be realized in VB.

Because there is no pointer in VB, it is not suitable as a teaching language.