Re: VB or VC++?



Scott McPhillips [MVP] wrote
(in article <paadnZJvsNTypRreRVn-tw@xxxxxxxxxxx>):

> Richard Heathfield wrote:
>> iftg said:

Fix your newsreader, or learn how to use it. Richard didn't
write any of this text.

>>> We are about to launch a project that will involve stroring and
>>> processing large volumes of data. Algorithms that require significant
>>> calculation time will have to be run. Data processing time might be
>>> critical sometimes.
>>> SQL is supposed to be used.
>>> Which of the languages VB.net or C++.net would you recommend to use for
>>> user interface and applications?
>
> The .net library is the same in both cases. With VB the GUI and SQL is
> easier to program. But everything must use the library.
>
> With C++ you can code time-critical portions without the .net library,
> which will make them faster. C++ gives you many more design options,
> but requires much more knowledge.
>
>



--
Randy Howard (2reply remove FOOBAR)
"The power of accurate observation is called cynicism by those
who have not got it." - George Bernard Shaw





.



Relevant Pages