Click here to Skip to main content
15,886,362 members

Survey Results

Why are people derisive towards Visual Basic?   [Edit]

Survey period: 19 Jan 2004 to 25 Jan 2004

VB has received a lot of flak over the years. Why? (Sent in by FruitBatInShades)

OptionVotes% 
Because it's horrible39726.97
Because they have never used it16611.28
Because people are programming snobs36124.52
Because they need to grow up1177.95
Because it's not a real programming language!43129.28



 
GeneralRe: VB Pin
Anonymous1-Feb-04 10:09
Anonymous1-Feb-04 10:09 
GeneralRe: VB Pin
zero.sg1-Feb-04 21:03
zero.sg1-Feb-04 21:03 
GeneralSeveral sizes of hammers Pin
Anonymous22-Jan-04 18:48
Anonymous22-Jan-04 18:48 
GeneralRe: Several sizes of hammers Pin
Anonymous23-Jan-04 0:13
Anonymous23-Jan-04 0:13 
GeneralVB most popular language? Pin
John R. Shaw22-Jan-04 10:26
John R. Shaw22-Jan-04 10:26 
GeneralWhat is meant by 'Real Programming Language?' Pin
Nathan Holt at EMOM22-Jan-04 7:46
Nathan Holt at EMOM22-Jan-04 7:46 
GeneralRe: What is meant by 'Real Programming Language?' Pin
bradw2k22-Jan-04 9:33
bradw2k22-Jan-04 9:33 
GeneralRe: What is meant by 'Real Programming Language?' Pin
zero.sg26-Jan-04 0:21
zero.sg26-Jan-04 0:21 
Probably this refers to the fact that VB is not as hardcore as C.
It's about void * vs Variant, __cdecl vs __stdcall, Private Declare vs LoadLibrary, Private Type vs struct.

Windows API is written mostly in C, with __cdecl and CALLBACK, and VB - let's face it - is not the prime choice here.
Even C++ is not suitable when writing certain types of Windows application; NT services or SQL Server extended stored procedures should be written in C (although may implement part of functionalities in C++).

'Lacking' should point to language constraints rather that language calculation power.
After all, you can do in C the same as in C++, but in C you don't have classes, multiple inheritance as C++ does.

That doesn't meand you can't do it yourself.
Nobody stops me to write a C structure instead of a C++ class, add in the structure member function as pointers, override malloc and free with my allocator versions that will call Constructor of allocation and Destructor on free.

Ugly, but Turing satisfied Smile | :) .

Mama had a chicke, mama had a cow - dad was proud he didn't care how.
GeneralRe: What is meant by 'Real Programming Language?' Pin
ERV28-Jan-04 23:29
ERV28-Jan-04 23:29 
GeneralRe: What is meant by 'Real Programming Language?' Pin
Anonymous30-Jan-04 17:45
Anonymous30-Jan-04 17:45 
Generaloh dear lord here we go again... Pin
Signal-922-Jan-04 7:31
Signal-922-Jan-04 7:31 
GeneralRe: oh dear lord here we go again... Pin
Kippesoep23-Jan-04 5:56
Kippesoep23-Jan-04 5:56 
GeneralRe: oh dear lord here we go again... Pin
Signal-923-Jan-04 5:58
Signal-923-Jan-04 5:58 
GeneralRe: oh dear lord here we go again... Pin
Ellery_Familia25-Jan-04 17:28
Ellery_Familia25-Jan-04 17:28 
GeneralRe: oh dear lord here we go again... Pin
Signal-926-Jan-04 7:52
Signal-926-Jan-04 7:52 
GeneralRe: oh dear lord here we go again... Pin
Ellery_Familia26-Jan-04 11:05
Ellery_Familia26-Jan-04 11:05 
GeneralRe: oh dear lord here we go again... Pin
p05esto23-Jan-04 9:14
p05esto23-Jan-04 9:14 
GeneralRe: oh dear lord here we go again... Pin
ajita25-Jan-04 5:46
ajita25-Jan-04 5:46 
GeneralRe: oh dear lord here we go again... Pin
Simon Blundell25-Jan-04 13:30
Simon Blundell25-Jan-04 13:30 
GeneralThe last(?) word on VB vs. C Pin
Simon Blundell25-Jan-04 13:31
Simon Blundell25-Jan-04 13:31 
GeneralSome peeps need to grow up Pin
Poolbeer22-Jan-04 6:45
Poolbeer22-Jan-04 6:45 
GeneralRe: Some peeps need to grow up Pin
FruitBatInShades22-Jan-04 9:18
FruitBatInShades22-Jan-04 9:18 
GeneralRe: Some peeps need to grow up Pin
Jeremy Falcon23-Jan-04 17:16
professionalJeremy Falcon23-Jan-04 17:16 
GeneralHey! I want him on my team! Pin
Fortner24-Jan-04 3:27
Fortner24-Jan-04 3:27 
GeneralRe: Hey! I want him on my team! Pin
Jeremy Falcon24-Jan-04 4:24
professionalJeremy Falcon24-Jan-04 4:24 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.