Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations MikeeOK on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

A good source for learning C++ .NET

Status
Not open for further replies.

SurvivorTiger

Programmer
Jul 9, 2002
265
US
Hi everyone,
I know Visual Basic 6 and a little bit of C++. Can anyone suggest a good book to learn C++ .NET (2003) from? I need something to start very beginerish but get really advance at the end, i don't want something that keeps repeting the same stuff over and over and doesn't teach u much!

AIM: survivertiger & Ye This Is Me
 
I haven't read these texts, but I've read other in the series and found them quite good.

Microsoft Press- Step by Step
(hands-on tutorials, easy read)
The older edition is used for $3!



"Complete Reference" Big and Extensive- Perhaps a little TOO big!
(used for $6!)


I'd recommend the Sam's series, but apparently the VC++ .NET text is a rehash of old VC++ 6 material.
 
First, what specifically do you want to learn?

C++ programming?
Windows Programming (Win32 API)?
MFC?
C++ Managed development using .NET Library?

Each of those is quite different. I seriously doubt that any single book is going to go from beginner to advanced in every one of those subjects.

-pete
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top