Help: VB vs. VC++

Trent Shipley tshipley@symbio-tech.com
Tue, 5 Sep 2000 15:32:21 -0700


Of course you can even build hybrids, with some modules in VB and some in
VC++.



> -----Original Message-----
> From: plug-discuss-admin@lists.PLUG.phoenix.az.us
> [mailto:plug-discuss-admin@lists.PLUG.phoenix.az.us]On Behalf Of Lucas
> Vogel
> Sent: Tuesday, September 05, 2000 2:54 PM
> To: 'plug-discuss@lists.PLUG.phoenix.az.us'
> Subject: RE: Help: VB vs. VC++
>
>
> You have to throw in more general factors about the project(how much time
> you have to build it, what the end result should be-speed vs.
> maintainability, etc) before you can really start to argue for or against
> one or the other. There is a time for both; I've found through my
> experience
> that usually client apps are done in VB because it's a quick project that
> doesn't need too much; if it's a multithreaded, complex app that
> requires a
> lot of API calls, then VC++ is a good choice.