|
-
Aug 21st, 2001, 03:12 PM
#11
Frenzied Member
Pointers are good.
Okay, why is C++ more efficent than VB.
Okay... memory use. VB uses more memory than C++. If you ask for a String in VB, you are sucking up memory. In C++ I can char* and get just what I need.
I would say write a simple algorithm in both VC++ and VB, and then disassemble them. Look at them. We can suggest code to use if you would like. Perhaps the Towers of Hanoi. But I think you will see streamlining in the VC++ executable that you won't see in the VB.
Travis, Kung Foo Journeyman
As always, RTFM.
WWW Standards: HTML 4.01, CSS Level 2, ECMA 262 Bindings to DOM Level 1, JavaScript 1.3 Guide and Reference
Perl: Learn Perl, Llama, Camel, Cookbook, Perl Monks, Perl Mongers, O'Reilly's Perl.com, ActiveState, CPAN, TPJ, and use Perl;
YBMS, but Mozilla doesn't.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|