CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3

Thread: Basic vs C++

  1. #1
    Join Date
    Sep 2000
    Posts
    200

    Basic vs C++

    I've been told there are a great many more VB programmers than VC++. But if that's true, why would there be almost 6 times as many posts on the VC++ discussion board as there are on the VB board? Just wondering . . . Thanks for any input!

    John


  2. #2
    Join Date
    Dec 1999
    Location
    Dublin, Ireland
    Posts
    1,173

    Re: Basic vs C++

    Perhaps it is six times as difficult to program in VC++ as it is in Visual Basic?

    (It's most likely to do with this site's user base - sites like planet source code seem to have many more VB posts than VC)

    HTH,
    Duncan

    -------------------------------------------------
    Ex. Datis: Duncan Jones
    Merrion Computing Ltd
    http://www.merrioncomputing.com
    Check out the new downloads - ImageMap.ocx is the VB control that emulates an HTML image map, EventVB.OCX for adding new events to your VB form and adding System Tray support simply, MCL Hotkey for implemenmting system-wide hotkeys in your application...all with source code included.
    '--8<-----------------------------------------
    NEW -The printer usage monitoring application
    '--8<------------------------------------------

  3. #3
    Join Date
    Jun 2001
    Location
    Memphis, TN
    Posts
    146

    Re: Basic vs C++

    Here's my guess..

    There are many pocedures in VB that only require a few clicks of the mouse and a couple lines of code, whereas in C++ you might code 100 lines. Which is gonna be more error-prone- 100 lines, or 4 mouse clicks?

    Another thing is that most colleges use c++ to teach concepts of programming. It is being used as the introductory language for many programmers to learn on.

    Also, VB is limited to Windows systems. C++ is involved in coding for Windows as well as Unix and its evil stepchild Linux Its just a broader scoped language.

    Jeff


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

Featured