|
-
Feb 22nd, 2001, 04:30 AM
#1
Thread Starter
Addicted Member
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.
-
Feb 22nd, 2001, 06:29 AM
#2
Monday Morning Lunatic
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
-
Feb 24th, 2001, 08:14 AM
#3
I think a lot of it uses MFC though 
I'm pretty sure Napster does.
-
Feb 24th, 2001, 08:15 AM
#4
Monday Morning Lunatic
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
-
Feb 25th, 2001, 02:49 AM
#5
Addicted Member
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.
-
Feb 25th, 2001, 04:56 AM
#6
Monday Morning Lunatic
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
-
Feb 25th, 2001, 07:41 AM
#7
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.
-
Feb 25th, 2001, 07:44 AM
#8
Monday Morning Lunatic
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|