: : I am interested in studying VB6. Now can i do the same advanced things with it as c++ can?
: : Like portscanners with firewall bypass.
: : thnx
: :
: You can do same things in VB than in C (only without consol apps, and advanced class operations). VB is much slower than C, you must choose, simplicity vs speed
:
Actually, you can make console apps in VB, and you can fake some of the more advanced class features (none of the good ones though...).
You can also dramatically increase VB's speed by using some of the advanced optimizations to turn off some of VB's checks after every operation.