473,383 Members | 1,739 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,383 software developers and data experts.

Best Book to learn Visual C++ .NET?

I'm sure this question has been asked a hundred times. I did a google
search and found some older post and some mixed reviews. I am looking
for an updated opinion on which book is the best for learning Visual
C++ .NET. A little background, I have been programming C# for the
past year and I was a Visual Basic programmer for about 5 years before
that. I created a new project in C++ .NET and it is like night and day
compared to C#. I was totally lost. Looking for the best book to
help me learn.

Thanks for any input on this.

James.
Nov 16 '05 #1
4 6678

"Hendrik Schober" <Sp******@gmx.de> skrev i meddelandet
news:Ot**************@tk2msftngp13.phx.gbl...
"James Thompson" <ja**************@hotmail.com> wrote:
[...] I have been programming C# for the
past year and I was a Visual Basic programmer for about 5 years before that. I created a new project in C++ .NET and it is like night and day compared to C#. I was totally lost. Looking for the best book to
help me learn.
I have made this suggestion just yesterday
to someone in one of these groups, but here
it goes again:
You seem to know Windows programming in
general and MS' tool chain in particluar.
Your problems seem to be with C++. I might
be wrong, but if it is so, I'd suggest you
learn C++.
For a steep learning curve I'd suggest
Koenig/Moo's "Accelerated C++".


"Accelerated C++" is a *very* good introduction to C++ as its own
language, without trying to teach it as an "improved C". I liked it a
lot.
Somewhat
slower is Stroustrup's "The C++ Programming
Language".
Stroustrup explains a lot more about the language, in a 1000 pages...
Lengthy explanations you'll find
in Lippman's "C++ Primer".
Haven't read this one.

Bo Persson
bo**@telia.com

All three a very
good books.
If you want to know more, look at the ACCU's
book reviews somewhere at www.accu.org. They
are great.
Thanks for any input on this.


HTH,
James.


Schobi


Nov 16 '05 #2
Wil
Here's a suggestion, since you are already familiar with
programming in C#. There are two books in the "Deitel"
series that are very much alike - one of them in C# and
the other one in Managed C++. A lot of the code examples
are in fact the same, but they of course are written in
the 2 different languages. By comparing the examples
written in MC++ to the same examples written in C#, with
which you are already familiar, you can get up to speed on
the concepts behind C++ (e.g., the explicit use of
pointers rather than the implicit use of references).
These two similar books are "C# - How to Program" by
Deitel et al. and "Visual C++.NET - A Managed Code
Approach for Experienced Programmers" by Deitel et al.

If you want a gentle but fairly thorough introduction to
C++ per se (i.e., ANSI-standard C++ rather than MS-
specific Visual C++), texts such as "Beginning C++ - The
Complete Language" by Horton or "C++ Primer Plus" by Prata
are commonly used by newcomers to the language.

Good luck!
-----Original Message-----
I'm sure this question has been asked a hundred times. I did a googlesearch and found some older post and some mixed reviews. I am lookingfor an updated opinion on which book is the best for learning VisualC++ .NET. A little background, I have been programming C# for thepast year and I was a Visual Basic programmer for about 5 years beforethat. I created a new project in C++ .NET and it is like night and daycompared to C#. I was totally lost. Looking for the best book tohelp me learn.

Thanks for any input on this.

James.
.

Nov 16 '05 #3
Hi, I think I'm gonna have to throw in my 2 cents here....

I would HIGHLY recommend the book "Microsoft Visual C++ .NET Step by Step"
by Microsoft Press. I've found, through experience, that most Microsoft
Press books are really bad for beginners....maybe really bad for everyone.
But the "Step by Step" series seems to consistently be the exception. This
book goes over all the basics of programming object oriented .NET console
and GUI apps, and does so in a nice, easy to understand, way. I love this
book. Now I just wish there's a book that takes over where this one left
off. I tried buying the "Programming with Managed Extensions for Microsoft
C++ .NET", also by Microsoft Press, and this book is $hit. Totally
disjointed and undecipherable unless you've been programming C++ for
decades.

/\/\ark
"James Thompson" <ja**************@hotmail.com> wrote in message
news:bf**************************@posting.google.c om...
I'm sure this question has been asked a hundred times. I did a google
search and found some older post and some mixed reviews. I am looking
for an updated opinion on which book is the best for learning Visual
C++ .NET. A little background, I have been programming C# for the
past year and I was a Visual Basic programmer for about 5 years before
that. I created a new project in C++ .NET and it is like night and day
compared to C#. I was totally lost. Looking for the best book to
help me learn.

Thanks for any input on this.

James.

Nov 16 '05 #4
"Mark Prenter" <mprenterATtelusDOTnet> wrote in message
news:#D**************@TK2MSFTNGP12.phx.gbl...
I tried buying the "Programming with Managed Extensions for Microsoft
C++ .NET", also by Microsoft Press, and this book is $hit. Totally
disjointed and undecipherable unless you've been programming C++ for
decades.


FWIW: I have high hopes for "Essential Guide to Managed Extensions for C++"
(APress) which I just ordered from Amazon. If you are still looking for a
second book around the end of August, post here or drop me a note and I'll
tell you what I think of it.

Regards,
Will
Nov 16 '05 #5

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

11
by: DrUg13 | last post by:
In java, this seems so easy. You need a new object Object test = new Object() gives me exactly what I want. could someone please help me understand the different ways to do the same thing in...
5
by: Panama Red | last post by:
I would like to learn to program in c++ on Linux and AIX systems...mainly socket and fifo type stuff. Can someone recommend a book for someone with experience only with Perl, shell, and Pick/Basic...
11
by: robbiebell22 | last post by:
I have been looking all over the internet on how to learn C# .net. I have read a couple of books, lots of forums, and tutorials, but i am still at a very big loss as far as trying to write my own...
3
by: Jose Fernandez | last post by:
Hello friends. I was searching on Amazon for a Object Oriented Programming book but I found so many many of them. Could you help me by telling me a the best in your opinion?? My target is to...
6
by: aron t | last post by:
Hi, I am good php programmer and want to learn asp.net. Can someone tell me what are the best and the worst features of ASP.NET? thanks
2
by: Terry Olsen | last post by:
Trying to learn VB .NET is proving to be an extremely slow & tedious adventure. For example... VB .NET won't let me add my own SUBS or FUNCTIONS to Form1.vb. So I created a module and put my...
12
by: Jesse Liberty | last post by:
jliberty@LibertyAssociates.com] I'm looking for a few additional volunteers to help with preliminary review of a new book I'm writing on Visual Basic 2005. You will be asked to read about 25...
14
by: testcpp | last post by:
Hi experts, What's considered the best book to learn javascript? I searched this newsgroup but the postings are over five years old, so is there a good book to learn. I've searched Amazon and...
7
by: =?Utf-8?B?ZW1qYXk=?= | last post by:
I'm trying to use Visual Basic Express 2005 and it appears I have to learn VB.net. (I have a little experience with VB 4). The Balena book "Programming VB.NET ver. 2003 looks the most interesting...
1
by: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...
0
by: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 3 Apr 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome former...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.