Results 1 to 3 of 3

Thread: C++ vs Visual Basic Advantages?

  1. #1

    Thread Starter
    New Member
    Join Date
    Feb 2000
    Posts
    1

    Post

    Hi over there..

    I was quite asking myself about the advantages that provides C++ and Visual Basic, I mean, is it any better to program with C++ or Visual Basic?

  2. #2
    Hyperactive Member
    Join Date
    Sep 1999
    Location
    Cleveland, Ohio
    Posts
    263

    Post

    Heh, look around chief, there was a whole discussion on this a little bit ago.

    I'll tell you this much: Seeing as VB was made in C++, C++ is a LOT faster... and making complex 3D games in VB is a joke.

  3. #3
    Member
    Join Date
    Feb 2000
    Posts
    43

    Post

    VB is much more reliant on Windows, and its own runtime DLLs.

    C can be more independent, and faster.

    However the tradeoff is that C is more complicated than VB... so VB is actually better for "little" things, which is what it is used for.

    VB's main uses include things like internal oompany database management utilities, but C is used for bigger commericial programs.

    ------------------
    Rapmaster

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