|
-
Oct 16th, 2000, 07:23 AM
#1
Thread Starter
Addicted Member
-
Oct 16th, 2000, 07:46 AM
#2
-
Oct 16th, 2000, 12:23 PM
#3
I don't know about what Fox said. I've seen real
performance defined in about 17 different ways, all of
which made sense, and none of which addressed the central
question of: Did the user get what they wanted. A lot of
the time the actual difference to the user is about
10seconds. Big Deal.
I use VB because its the 600lb gorilla. Same reason I used
QB, WS4, SAS, DBIII, and a host of others. You can spend
your life learning the languages, or you can do something
useful with what you got.
There is a lot of techno-snobbery (I just showed some
above). No programming language is useless and none will
be the end-all.
Good Luck
DerFarm
-
Oct 16th, 2000, 02:14 PM
#4
Monday Morning Lunatic
Having used both VB and C++ extensively, the best way (at the moment) seems to be:
GUI in VB, speed-dependent or pointer-dependent code in a DLL. That way you get the best of both worlds, and easy upgradability at the same time.
I refuse to tie my hands behind my back and hear somebody say "Bend Over, Boy, Because You Have It Coming To You".
-- Linus Torvalds
-
Oct 16th, 2000, 02:30 PM
#5
Frenzied Member
How fast are DLL calls? Are they significantly slower than normal function calls?
Harry.
"From one thing, know ten thousand things."
-
Oct 16th, 2000, 02:33 PM
#6
Monday Morning Lunatic
No. It takes a little longer first time round, since the DLL needs to be loaded into memory. However, they take the same time to execute due to a rather neat feature in the design of C (and consequently C++): function pointers allow you to hijack any code and call it as a function .
I refuse to tie my hands behind my back and hear somebody say "Bend Over, Boy, Because You Have It Coming To You".
-- Linus Torvalds
-
Oct 17th, 2000, 09:52 AM
#7
Having learnt a little of C and done a few projects in Pascal (ordering system), I much prefer Visual Basic, due to its GUI interface and easy of use .
-
Oct 18th, 2000, 07:42 PM
#8
Hyperactive Member
Rapid Development.
Quite simply the biggest reason to code in VB is the minimal amount of time it takes to get a lot of work done and with a fairly high level of efficiency and integrity.
Unless you are doing something that requires some serious number crunching, any general application type work is well suited to VB.
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
|