Jump to content
Xtreme .Net Talk

Recommended Posts

Posted

Hi,

 

Is it worth reading "Sams: Teach Yourself Visual C++ 6 In 21 Days" book if i'm gonna use Visual C++ 2005 Express Edition? Did VC++ 2005 changed a lot from VC++ 6?

Posted

That depends on a number of factors, such as how much experience you have with programming in other languages, and whether you are primarily interested in creating graphical applications.

 

The biggest change between VC++ 6 and VC++ 2002 (and above) was the introduction of the ability to create managed (.Net CLR) applications. If you intend to utilise this feature then you may be better off with a more recent guide. If, however, you are primarily interested in creating console or non-.Net applications, or just want to learn C++, then a VC++ 6 book would be a perfectly good starting manual.

Never trouble another for what you can do for yourself.
  • Leaders
Posted

A VC++ 6 book will teach you C++ just as well as any other C++ book. It will also probably teach you MFC and ATL.

 

This is what it will leave out:

-special keywords and constructs for .Net (properties, garbage collection, etc.). These are mainly useful when converting other .Net code to C++ or when your compiled code will be used in another .Net language.

-The .Net Framework, which is a very large, useful, easy programming library, but it is not a must. Anything that can be done with the .Net framework can be done without (whether by MFC, Windows API, code posted on the web, whatever).

 

Or to sum it up:

Your VC++ 6 book should be fine then.[/Quote]
[sIGPIC]e[/sIGPIC]
Posted
Thanks, i'll read C++ 6 book. Bitwise, i also have "C++ Builder Programming Samples" book. I bought it about 3 years ago. Is it useful too? I've noticed it is a bit different programming...

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...