Click to See Complete Forum and Search --> : Basic vs C++


John Reynolds
August 7th, 2001, 10:59 AM
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

Clearcode
August 7th, 2001, 11:16 AM
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.

Ghost308
August 7th, 2001, 11:20 AM
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