Results 1 to 5 of 5

Thread: difference between visual basic and visual C++

  1. #1

    Thread Starter
    Frenzied Member
    Join Date
    Dec 2001
    Posts
    1,331

    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
    steve

  2. #2
    Monday Morning Lunatic parksie's Avatar
    Join Date
    Mar 2000
    Location
    Mashin' on the motorway
    Posts
    8,169
    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

  3. #3
    Addicted Member
    Join Date
    Aug 2001
    Location
    I'm mobile
    Posts
    166
    [p r a e t o r i a n]

  4. #4
    Kitten CornedBee's Avatar
    Join Date
    Aug 2001
    Location
    In a microchip!
    Posts
    11,594
    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.

  5. #5
    Hyperactive Member
    Join Date
    May 2001
    Location
    England
    Posts
    312
    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
  •  



Click Here to Expand Forum to Full Width