visual basic vs visual C++ (performance) 
Author Message
 visual basic vs visual C++ (performance)

we would like to know the performance difference between
Visual Basic (6.0) and MS Visual C++ (6.0)
Our impression is that Visual Basic would be slower.
However are not certain.

Could anyone pl. help us.

thankx



Sun, 26 May 2002 03:00:00 GMT  
 visual basic vs visual C++ (performance)
It really depends.  In general, C++ code would be faster than VB.  However,
a high percent of the code actually run in a VB app is external libraries
that were written in C, C++ or assembly themselves such as the VB runtime,
system DLLs or third-party DLLs and OCXs.  Also, VB now has a compiler.  A
compiler however is not an end all to make the code as fast.  VB is still
more "wordy" and the resultant machine code would be larger.  Also, C++
developers have more control to optimize critical areas.  So, in general, VB
will be slower.  but not to the extent that most C++ programmers would want
you to think.  It really depends upon what you are doing.  If you are
writing a database or business app, then VB is probably a better choice.  If
you are writing a graphics intensive app, then C++ probably would unless you
are using components to do the work that are optimized for speed.

Gary Chamberlain

http://VBRing.com


Quote:
> we would like to know the performance difference between
> Visual BASIC (6.0) and MS Visual C++ (6.0)
> Our impression is that Visual Basic would be slower.
> However are not certain.

> Could anyone pl. help us.

> thankx



Sun, 26 May 2002 03:00:00 GMT  
 visual basic vs visual C++ (performance)


Quote:
> we would like to know the performance difference between
> Visual BASIC (6.0) and MS Visual C++ (6.0)
> Our impression is that Visual Basic would be slower.
> However are not certain.

> Could anyone pl. help us.

> thankx

VC++ is indeed faster than VB.  Check out the December issue of Visual
Basic Programmer's Journal for actual test scores.

- Jim

Sent via Deja.com http://www.deja.com/
Before you buy.



Wed, 29 May 2002 03:00:00 GMT  
 
 [ 3 post ] 

 Relevant Pages 

1. Visual C++ vs Visual Basic

2. visual basic vs. visual c++ which is better

3. Visual Basic Vs. Visual C++

4. Visual Basic vs. Visual C++

5. Visual Basic VS Visual C++ for project

6. visual basic vs visual c++

7. Visual Basic vs Visual C++

8. Visual C++/MFC vs. Visual Basic

9. Visual Basic vs. Visual C++

10. Visual Basic vs. Visual C++

11. Visual Basic vs. Visual C++

12. Visual Basic vs. Visual C++

 

 
Powered by phpBB® Forum Software