Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

VB6.0 Versus VC++ 6.0

Status
Not open for further replies.

Guest_imported

New member
Jan 1, 1970
0
Hi
I am planning to develop a commercial application that would have about 50 Screens and with extensive Database access.
We have decided to use MS Technology for this purpose.
Between VC++ and VB which one should I use and why
Help appreciated.....
Thanks
Mike
 
that depends....

(I would use both, VB as frontend, C++ as backend)

thats like saying, which is better, a hammer or a screwdriver.

try them out, see which one would fit your purpose. Karl
kb244@kb244.com
Experienced in : C++(both VC++ and Borland),VB1(dos) thru VB6, Delphi 3 pro, HTML, Visual InterDev 6(ASP(WebProgramming/Vbscript)

 
If it's for a desktop application with a database I'd surely go the VB route. This is the exact thing VB is great for. Doing work like this in C++ my cause a slight faster compiled program. The difference probably not visible by the naked eye and it will take you three times as long to get the same result. If you're already a C++ programmer, VB is still a possiblity. If you're a VB programmer, C++ is a big stretch.

B
 
if you are doing intensive work tho, it is much easier to design backend ActiveX dlls and such, then to use VB as the visual front end that uses the activeX plugin, this is great for organization, not to clutter yourself up with problems, also being able to fix, functionality vs interface.

of course that depends, database-wise, if it's ADO , simple tasks, doing it all in VB would work just fine and dandy.

But if it involves alot of visual interface, user wise, I would lean towards VB, if it gets a bit complicated, I would start using VC++ as a backend, then if it really gets more needy, then you might do the whole thing in VC++. Karl
kb244@kb244.com
Experienced in : C++(both VC++ and Borland),VB1(dos) thru VB6, Delphi 3 pro, HTML, Visual InterDev 6(ASP(WebProgramming/Vbscript)

 
Status
Not open for further replies.

Similar threads

Part and Inventory Search

Sponsor

Back
Top