Help: VB vs. VC++

Top Page
Attachments:
Message as email
+ (text/plain)
Delete this message
Reply to this message
Author: TrentShipleytshipley@symbio-tech.com
Date:  
Subject: Help: VB vs. VC++
Of course you can even build hybrids, with some modules in VB and some in
VC++.



> -----Original Message-----
> From:
> [mailto:plug-discuss-admin@lists.PLUG.phoenix.az.us]On Behalf Of Lucas
> Vogel
> Sent: Tuesday, September 05, 2000 2:54 PM
> To: ''
> 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.