Click to See Complete Forum and Search --> : Is it worth it to program a whole Win app in VC++
Cuallito
Jun 12th, 2001, 01:33 PM
Are there any advantages to programming a whole win app in C++, instead of making some .dlls and linking them to your VB app to speed things up?
Vlatko
Jun 12th, 2001, 02:02 PM
If you link the dll's with the VB app you will still need the VB runtimes. (and even more dll's incuding the C++ ones you've made). Of course it is worth to make a win32 app in C++. In fact almost 80% of the win apps are made in C++.
SteveCRM
Jun 12th, 2001, 02:19 PM
After a while, once you understand what everything does it doesn't look like too much code ;)
parksie
Jun 12th, 2001, 02:49 PM
Reasons for C++
Pointers :eek:
Freestore management :cool:
Inheritance
Your program starts instantly
:D
vbforums.com
Copyright Internet.com Inc., All Rights Reserved.