Thread: VB Speed compared to VC++ Speed.

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Registered User Xei's Avatar
    Join Date
    May 2002
    Posts
    719

    VB Speed compared to VC++ Speed.

    I was curious tonight to find a Relative speed difference between Visual Basic and Visual C++. So I recorded the Second and Millisecond before and after the operation of adding 1 to a Long 1 million times.

    Visual Basic took 230-260 Milliseconds to do this.
    Visual C++ took 10 Milliseconds to do this.

    So Visual C++ is at relatively 26x faster then Visual Basic in just adding Integeres together.

    I thought that some people might find this information... interesting.

    The machine that it was tested on was an AMD K6 550Mhz, Slot A. 192 MB of SDRAM 100Mhz.
    Last edited by Xei; 05-17-2002 at 11:28 PM.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Flight Simulator Wind Speed!!
    By Dilmerv in forum C++ Programming
    Replies: 6
    Last Post: 03-20-2006, 12:40 AM
  2. VB compared to C++
    By C+noob in forum A Brief History of Cprogramming.com
    Replies: 21
    Last Post: 07-14-2005, 01:29 AM
  3. Passing an Array of Strings from VB to a C DLL
    By mr_nice! in forum Windows Programming
    Replies: 9
    Last Post: 03-08-2005, 06:16 AM
  4. Hai Everybody !VC dll in VB ?
    By samudrala_99 in forum Windows Programming
    Replies: 2
    Last Post: 06-20-2003, 07:22 AM
  5. Passing parameters from VB to C++ through ActiveX DLL
    By torbjorn in forum Windows Programming
    Replies: 0
    Last Post: 12-10-2002, 03:13 AM