Page 2 of 2 FirstFirst 12
Results 41 to 58 of 58

Thread: VB vs C++

  1. #41
    I'm about to be a PowerPoster! kleinma's Avatar
    Join Date
    Nov 2001
    Location
    NJ - USA (Near NYC)
    Posts
    23,373
    im not worried about speed... people are upgrading their computers all the time.. here at work we are all on 2k machines @ 1ghz and we just ordered 2.4 ghz machines to replace these.. so yeah if you are running win 98 on a P200 with the framework installed.. yeah an app might run slow.. but as far as my job goes.. my apps will run plenty fast enough

  2. #42
    Junior Member
    Join Date
    Aug 2002
    Posts
    26
    You wouldnt say that if you were writing games

    Imogen

  3. #43
    Fanatic Member
    Join Date
    Apr 2002
    Posts
    638
    well, like i said, i've got an OpenGL program (where you can walk around a small 3D environment) at home written in C# that runs very fast (i get about 70fps). i have the source code too.

  4. #44
    PowerPoster
    Join Date
    Feb 2001
    Location
    Crossroads
    Posts
    3,046
    Originally posted by tr0n
    isn't there also an issue with .net that the first time you run it, it'll run quite slowly because of just-in-time compilation. but the second time you run it, it'll be much faster?
    I think the issue is that .net only compiles what it needs for a run. So if a procedure gets called 10 times, it compiles on the first call but not the subsequent ones. Parts of the prog that never get used during a run never get compiled. At least thats the way I understand it.

    Why the hell did this get moved to Chit Chat anyway?

  5. #45
    PowerPoster
    Join Date
    Feb 2001
    Location
    Crossroads
    Posts
    3,046
    Originally posted by tr0n
    well, like i said, i've got an OpenGL program (where you can walk around a small 3D environment) at home written in C# that runs very fast (i get about 70fps). i have the source code too.
    Can you convert to C++ (VS6) and do some comparsons (if the code isnt too complex)?

  6. #46
    Junior Member
    Join Date
    Aug 2002
    Posts
    26
    Chit Chat?

    Obviously someone doesnt understand that we are discussing the complexities of the VB and C++ languages.

    Chit Chat indeed.

    imogen

  7. #47
    Fanatic Member
    Join Date
    Apr 2002
    Posts
    638
    Originally posted by Muddy


    Can you convert to C++ (VS6) and do some comparsons (if the code isnt too complex)?
    sorry, but C++ scares me.

  8. #48
    Monday Morning Lunatic parksie's Avatar
    Join Date
    Mar 2000
    Location
    Mashin' on the motorway
    Posts
    8,169
    Weed

    I like C++ because it runs on something *other* than Windows
    I refuse to tie my hands behind my back and hear somebody say "Bend Over, Boy, Because You Have It Coming To You".
    -- Linus Torvalds

  9. #49
    Junior Member
    Join Date
    Aug 2002
    Posts
    26
    I dislike it for the very same reason

    imogen

  10. #50
    Monday Morning Lunatic parksie's Avatar
    Join Date
    Mar 2000
    Location
    Mashin' on the motorway
    Posts
    8,169
    Originally posted by Imogen
    I dislike it for the very same reason

    imogen
    Nooooo......evil M$ lover!!! BURN HER!!!!!!


    Heh, kidding -- I use Windows at home for normal use, but most of my development is on Linux Use Solaris and Irix at work, much more fun than Windows
    I refuse to tie my hands behind my back and hear somebody say "Bend Over, Boy, Because You Have It Coming To You".
    -- Linus Torvalds

  11. #51
    Junior Member
    Join Date
    Aug 2002
    Posts
    26
    LOL
    In all seriousness I like MS stuff, Unix and Linux.

    I just think that in all reality MS has brought computing forward in leaps and bounds.

    You cant deny that

    Imogen

  12. #52
    Frenzied Member Zaei's Avatar
    Join Date
    Jul 2002
    Location
    My own little world...
    Posts
    1,710
    Originally posted by tr0n
    well, like i said, i've got an OpenGL program (where you can walk around a small 3D environment) at home written in C# that runs very fast (i get about 70fps). i have the source code too.
    Totally inconclusive =). I could write a DX App in VB6 that performs easily as well as one in VC++6. Since DX(or OGL, you pick) is already a compiled DLL, its going to run at the same speed, whatever the calling language is, as long as most of the code is DX or OGL calls.

    Also, the speed of the aforementioned calls is nearly 100% dependant on your Video card, or CPU speed, depending on the video card that you have.

    Z.

    [edit]
    Oh yeah, and C++ has templates, which makes it by far the better language.

  13. #53
    Monday Morning Lunatic parksie's Avatar
    Join Date
    Mar 2000
    Location
    Mashin' on the motorway
    Posts
    8,169
    Originally posted by Imogen
    LOL
    In all seriousness I like MS stuff, Unix and Linux.

    I just think that in all reality MS has brought computing forward in leaps and bounds.

    You cant deny that

    Imogen
    Well...they've made it more accessible to normal people, but by doing so they've put it back by a good few years

    Whether that makes any difference is almost a moot point, since I'm not a normal person, and use whatever the standard is. If hardware vendors decide to concentrate on Linux, then I can effortlessly migrate over; not a problem for me as long as the OS that's standard actually works...
    I refuse to tie my hands behind my back and hear somebody say "Bend Over, Boy, Because You Have It Coming To You".
    -- Linus Torvalds

  14. #54
    Member Aerials's Avatar
    Join Date
    Jul 2002
    Location
    Chile
    Posts
    50
    Originally posted by parksie
    Nooooo......evil M$ lover!!! BURN HER!!!!!!


    Heh, kidding -- I use Windows at home for normal use, but most of my development is on Linux Use Solaris and Irix at work, much more fun than Windows
    yes... choose your OS on how fun it is

  15. #55
    Hyperactive Member
    Join Date
    Jun 2002
    Posts
    299
    this whole debate is pointless. We all know that MASM will always be the best~

  16. #56
    PowerPoster beachbum's Avatar
    Join Date
    Jul 2001
    Location
    Wollongong, NSW, Australia
    Posts
    2,274
    More importantly, we have a woman from Switzerland called Imogen and Jamie is nowhere to be seen
    Stuart Laidlaw
    Brightspark Financial Software
    http://www.gstsmartbook.com

  17. #57
    Frenzied Member Zaei's Avatar
    Join Date
    Jul 2002
    Location
    My own little world...
    Posts
    1,710
    Originally posted by snakeeyes1000
    this whole debate is pointless. We all know that MASM will always be the best~
    Cant template in MASM either...

    Z.

  18. #58
    Retired VBF Adm1nistrator plenderj's Avatar
    Join Date
    Jan 2001
    Location
    Dublin, Ireland
    Posts
    10,359
    hello
    Microsoft MVP : Visual Developer - Visual Basic [2004-2005]

Page 2 of 2 FirstFirst 12

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width