Basic

Moderators: None (Apply to moderate this forum)
Number of threads: 1677
Number of posts: 4766

This Forum Only
Post New Thread
Single Post View       Linear View       Threaded View      f

Report
hmm to choose Posted by schiller on 6 May 2002 at 8:38 AM
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
Report
Re: hmm to choose Posted by PrzemekG_ on 10 May 2002 at 1:22 AM
: 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
Report
Re: hmm to choose Posted by KDivad Leahcim on 10 May 2002 at 10:55 AM
: : 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.
Report
Re: hmm to choose Posted by PrzemekG_ on 10 May 2002 at 12:09 PM
I always turn off overflaw and array bound checking.

For the consol apps in VB you use apis, right ? Can you send me an example ?
Report
Re: hmm to choose Posted by KDivad Leahcim on 12 May 2002 at 6:25 AM
: I always turn off overflaw and array bound checking.
Heck, I turn them all off since it reduces the number of instructions...

: For the consol apps in VB you use apis, right ? Can you send me an example ?
:
I thought I had a sample, but apparently not. All I have is the Win32 Programmer's Ref. It gives a list of APIs and decent descriptions on most of them, but no examples...
Report
Re: hmm to choose Posted by PrzemekG_ on 12 May 2002 at 9:36 AM
Do you know where can I found an example?

thanks.
Report
Re: hmm to choose Posted by KDivad Leahcim on 15 May 2002 at 7:07 AM
: Do you know where can I found an example?
:
: thanks.
:

Not definitely, but a decent place to try would be http://www.planetsourcecode.com/.
Report
Re: hmm to choose Posted by PrzemekG_ on 15 May 2002 at 9:42 AM
: : Do you know where can I found an example?
: :
: : thanks.
: :
:
: Not definitely, but a decent place to try would be http://www.planetsourcecode.com/.
:
http://www.planetsourcecode.com/vb/scripts/BrowseCategoryOrSearchResults.asp?lngWId=1&B1=Quick+Search&blnWorldDropDownUsed=TRUE&txtMaxNumberOfEntriesPerPage=10&blnResetAllVariables=TRUE&txtCriteria=consol&optSort=Alphabetical



 

Recent Jobs

Official Programmer's Heaven Blogs
Web Hosting | Browser and Social Games | Gadgets

Popular resources on Programmersheaven.com
Assembly | Basic | C | C# | C++ | Delphi | Flash | Java | JavaScript | Pascal | Perl | PHP | Python | Ruby | Visual Basic
© Copyright 2011 Programmersheaven.com - All rights reserved.
Reproduction in whole or in part, in any form or medium without express written permission is prohibited.
Violators of this policy may be subject to legal action. Please read our Terms Of Use and Privacy Statement for more information.
Operated by CommunityHeaven, a BootstrapLabs company.