Results 1 to 8 of 8

Thread: Ask a dummy Q

  1. #1

    Thread Starter
    Addicted Member
    Join Date
    Apr 1999
    Location
    Freeport
    Posts
    204
    I learning C++ in college Adv and I know about class and start on link list. Now comes the really good one what do you do with C++? I do alot of project in VB but not detail ones. Where does it all come to gether.

  2. #2
    Monday Morning Lunatic parksie's Avatar
    Join Date
    Mar 2000
    Location
    Mashin' on the motorway
    Posts
    8,169
    What do you do with C++? Can I rephrase your question?

    What can't you do with C++?

    It's an extremely powerful language that can be used for almost anything. However in some cases it's got a bit too much overhead, for example in embedded systems and writing OSs.

    Most commercial software you find will be written in C++, or possibly C.
    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

  3. #3
    Guest
    I think a lot of it uses MFC though

    I'm pretty sure Napster does.

  4. #4
    Monday Morning Lunatic parksie's Avatar
    Join Date
    Mar 2000
    Location
    Mashin' on the motorway
    Posts
    8,169
    Well, MFC's written in C++ so that's not too bad
    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

  5. #5
    Addicted Member substring's Avatar
    Join Date
    Feb 2001
    Posts
    148

    Smile

    ScottF,

    C++ can do a whole lot more than VB. But on the other hand, C++ is much harder to debug than VB, mainly because it does not do a lot of checking for you. But IMHO, it is actually a good thing because it forces you to be a better programmer. =)

    I might be over-simplifying it, but VB is generally used for business apps that must be quick to the market (i.e. short development cycle). And C++ is used for apps that involve complicated calculation and algorithm.

    Hope this helps.

    substring.

  6. #6
    Monday Morning Lunatic parksie's Avatar
    Join Date
    Mar 2000
    Location
    Mashin' on the motorway
    Posts
    8,169
    I hate to say this, but C++ is easier to debug because in VB you're running in the same process as the IDE. With C++ you're separate. This makes it a lot more stable.
    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

  7. #7
    Guest
    I agree with Mike. I've never had the VC++ IDE crash on me... well I did once because the damn thing wouldn't completely load... but I've never had it crash while running a program.

  8. #8
    Monday Morning Lunatic parksie's Avatar
    Join Date
    Mar 2000
    Location
    Mashin' on the motorway
    Posts
    8,169
    I've crashed it a few times, but that's because my copy of Win98 is unstable and I can't be bothered to reinstall since it was only a few months since I last did it
    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

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