
Visual Basic vs. Visual C++
Quote:
>>Can anyone join the discussion of Visual Basic vs. Visual C++ ?
>Visual C++ is Microsoft C++. There is nothing visual about it.
>After the sucess of Visual Basic the Micro$oft Marketing Machine
>renamed Microsoft C++ to Visual C++. "If Visual Basic is great
>Visual C++ must be also." The two are completely different
Very true. VB is infinitely better for things like the first user i/f
prototype and fully functioning smaller programs.
Quote:
>By the way...if you want C++ get Borland C++. If anyone tells
>you that VC++ is better than BC++ ask them if they have *both*
>installed on their machine.
I also have both installed on my machine, and I would personally vote
for VC++. I think the Microsoft doc, the use and clarity of the class
library and the view/doc scheme is much better than BC++. One thing
I liked with VC++ is the fact that it automatically builds a complete,
functioning and perfectly compiling skeleton application from the
start. Getting going in BC++ is not so easy, and learning the whole
flow of control in the Windows program is easier and clearer in VC++.
A matter of taste, I suppose.
--