|
-
Feb 24th, 2002, 01:58 PM
#1
C++ is always good to know. Notice: C++ is a language while VC++ (6, 7 and .NET) is a development environment (IDE). What you learn with VC++6 won't be outdated. The windows programming class library MFC may be outdated, replaced by the .NET common library, but neither C++ itself nor the windows API will be outdated.
What is "system programming"? C++ is a very mighty language, and you can about everything you'll ever want to do (except writing OS startup code maybe). C++ programming can be nearly as abstract as VB (if you use the RAD tools of C++ Builder), or it can be extremely system-near (if you use DJGPP to create a DOS game). The strong part about C++ is that it is platform-independent (as long as you don't use system-dependent API like the WinAPI). If you have code that uses nothing but the standard library you can take it, compile it on a windows computer and on a linux computer and it will work.
All the buzzt
 CornedBee
"Writing specifications is like writing a novel. Writing code is like writing poetry."
- Anonymous, published by Raymond Chen
Don't PM me with your problems, I scan most of the forums daily. If you do PM me, I will not answer your question.
-
Feb 24th, 2002, 06:06 PM
#2
Monday Morning Lunatic
That assumes that both compilers do the same thing 
Since C++ is a relatively young language, not all compilers are up to sync with the standard yet, which causes many problems.
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, 2002, 08:24 PM
#3
PowerPoster
c++ is used to develop almost all commercial apps
USAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSA
USAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSA
USAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSA
USAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSA
USAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSA
USAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSA
USAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSA
USAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSA
USAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSA
USAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSA
USAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSA
USAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSA
USAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSA
-
Feb 25th, 2002, 10:40 AM
#4
yeah, keda and I can sing songs of that, parksie. I recently managed to get my MSVC6 cl.exe to create a general protection fault with a piece of code that compiles ok in his MSVC7 
Nevertheless, those parts in what they differ are not the part you usually learn until you have a really good knowledge of the other things. So, if you start learning C++ now on MSVC6 you won't miss anything.
All the buzzt
 CornedBee
"Writing specifications is like writing a novel. Writing code is like writing poetry."
- Anonymous, published by Raymond Chen
Don't PM me with your problems, I scan most of the forums daily. If you do PM me, I will not answer your question.
-
Feb 25th, 2002, 11:57 AM
#5
PowerPoster
Download the platform SDK too if you will be doing windows developing.
i think there is a link to it in the faq
USAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSA
USAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSA
USAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSA
USAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSA
USAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSA
USAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSA
USAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSA
USAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSA
USAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSA
USAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSA
USAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSA
USAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSA
USAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSA
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
|