What make you a VC/C or VB fanatics?
Quote:
Sonu:
VC forever !!!!
CImperiali:
VB Forever!
Irona20:
I'm in favour of Sonu... VC forever
Thanks. May I ask why?
Well, for me, I am not really a programmer by profession. Primarily, I'm a Sales & Marketing Services and Research personnel, and secondarily, a musician (bass guitar player) occasionally on weekends. I only write programs to solve problems related to my functions in Marketing.
More than 10 years ago, I was forced to learn programming because everytime I have projects then, I often have to explain a lot of things to our SA/Programmers who would often dazzle me with arcane tech words I could hardly understand. And if they can't deliver for me good/friendly programs, would automatically criticize me for "not having able to explain well" my needs.
My first programming languages were MS QBasic, Borland's Turbo Pascal and Turbo C. I also tried Assembly but immediately abandoned it when after a month of reading books, all I was able to achieve was to print the word "Hello World" in the middle of the screen.
Later on, I concentrated only on MS-BASICs (QB, VB1, VB4, VB6, & VBA) because this is the only thing that makes me enjoy solving the real problem and my music without dwelling so deep on technicalities often associated with Cs.
So what make you a VC/C or VB fanatics?
I like to solve matters without spending more than 2 months...
...That is:
Vb seems easy to me, there is plenty of info everywhere (sites, books) and it took me only ten minutes when I started to print my
"hello word" in the middle of a form. It took 10 minutes also with C++, but with Vb I was also able to:
change colors of text while running, make text compose on the form word by word nad play a wav file in the meantime. Never tried to do the same with C++...
Definitely for me: Vb (and in the earlier times Basic) was easy to learn, and gave satisfactions since early times, while Java, C, C++ gave me really headache.
I also learned Rpg/400 (for a different kind of machine: As/400), but the green characters I could use (no pixels or mouse there, only charachters and text info, like worrking in Dos mode only) made me really sad, while the colored world of VB made and makes me happy.
;)
some advantages and disadvantes
I think VB is a limited language. You could never write a Networking application like "Ping" in VB.
VB's advantage is that is very easy to learn for everybody.
VC's advantage is that, you can nearly do everything what you want.
VB's disadvantage is, that it is very limited.
VC's disadvantage is, that it is very complicated, but once you have mastered and understand how it works, you will never want to develope in any other language.
-Sonu
Re: some advantages and disadvantes
Quote:
Originally posted by Sonu Kapoor
<snip>
VC's disadvantage is, that it is very complicated, but once you have mastered and understand how it works, you will never want to develope in any other language.
I somehow disagree with that. IMHO, the correct formulation is "...but once you have mastered and understand how it works, you will be happyest if the circumstances allow you to program in C++ and don't force you to use any other language".
Ok-ok, I've been nit-picking here ;)
Re: Re: some advantages and disadvantes
Quote:
Originally posted by Gabriel Fleseriu
I somehow disagree with that. IMHO, the correct formulation is "...but once you have mastered and understand how it works, you will be happyest if the circumstances allow you to program in C++ and don't force you to use any other language".
Ok-ok, I've been nit-picking here ;)
how true !!!
-Sonu