|
-
Jan 6th, 2002, 05:36 AM
#1
Thread Starter
Frenzied Member
difference between visual basic and visual C++
Can anyone tell me what the difference is between Visual Basic and Visual C++. what real-life applications would they be used in. Is one better than the other
-
Jan 6th, 2002, 05:47 AM
#2
Monday Morning Lunatic
Visual C++ uses C++, which is an internationally-standardised language (by ISO, and a number of country-specific standards bodies including ANSI).
C++ isn't limited to Windows, it runs on pretty much everything out there. However, you pay a price in complexity - you have to take into account a few things about the target you're compiling on but C++ has mostly made that simpler.
C++ == used for everything
VB == used for quite a lot
C++ is better than VB...just search anywhere (on this forum, on the internet) for reasons why.
The main ones are:
Mostly platform independent - there's a compiler available everywhere.
It's a lot faster (apparently 10 times in some cases).
If you know it you can get paid more for programming in it.
Everybody uses it - it's pretty much the standard general-purpose programming language.
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
-
Jan 6th, 2002, 08:39 AM
#3
Addicted Member
-
Jan 6th, 2002, 12:48 PM
#4
algorithms using arrays a lot will run 30 times faster (I tried!)
All the buzzt
 CornedBee
"Writing specifications is like writing a novel. Writing code is like writing poetry."
- Anonymous, published by Raymond Chen
Don't PM me with your problems, I scan most of the forums daily. If you do PM me, I will not answer your question.
-
Jan 6th, 2002, 02:11 PM
#5
Hyperactive Member
and as afor counting program, they will soar along in c++ and not in VB
a bastard to C++ is though, its all upper case and lower cvase, so what should be lower case, HAS to be lower case.
that may be the way in some VB apps, but i found that it isnt lot of the time!
Power to 2000 Electronic Donkeys!
www.edonkey2000.com
I hate case sensitivity... all you get down the M1 is "are we there yet" and "ouch, watch the bumps".
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
|