Quote:
Originally posted by Cirrus
What's wrong with VB?
|
Just about everything. Because it's "visual", the things you can do with it are pretty limited, and the compiled EXEs are slow as hell. Also, a VB program is on average about 5 times the size of a C program that does exactly the same thing. Besides that, portability is ofcourse non-existent with VB.
There are many other issues, but I won't go into all of them right now.