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 Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

What is the best way to learn Visual C++?

Status
Not open for further replies.

dabowles

MIS
Jun 26, 2001
64
US
Hi Everyone,
I was looking for possibly a few people who consider themselves to be near VC++ Wizards who didn't learn VC++ through traditional means (college) who could direct me on how I might go about doing it in the best way. I am currently in college, however I am no dummy to programming. I have done a little work in Perl, lots in QuickBasic 4.5, Visual Basic 5.0/6.0 and Access 2000 and some in Java. I have only touched C++ starting with the first few chapters of alot of books but never made it much farther. I seem to get confused when the attention of the book starts to shift into subjects such as Pointers, References, etc. My college only pushes VB or else I would take a VC++ course. Can anyone give me a few titles that they actually used, or websites, that helped them go from a novice programmer to a good programmer and a good understanding of C++ programing using Visual C++? I appreciate your time, help and suggestions.

Thanks,
David Bowles
 
I have "Visual C++ 6.0 Bible" book with me since I started writing C++ about 3 months ago. It's a very good book.
It costs 50 dollars but I bought the used one for only 25 dollars and it's still in good shape.
That book covers everything in VC++.
If you need to know more about the technic and C++ programming skills, try "C++ Primer" by Stanley Lippman and Josee Lajoie.

hope this could help.

Andre
 
You can also try Ivor Horton's Beginning Visual C++ 6, by Wrox press. It is an excellent book which starts with the absolute basics of C++ and moves you all the way through complex Windows programming. I highly recommend it.
 
I think Herbert Schildt does a great job teaching C and C++:

Teach Yourself C:
and/or

Teach Yourself C++

This book is also very good... and don't be put off by the title:

Absolute Beginner's Guide to C:
 
If you'd rather try something besides books, I highly recommend They have CD ROMs that teach you while you listen (thus you remember more), and watch the example code move around to help illustrate the concepts as if you're in a classroom. They also have a workbook on the CDs that contains exercises cooresponding to each lesson. Their C/C++ courses are designed to learn C, then C++, then MFC. Each CD is well worth the $55, and of corse there's a discount if u buy more than one at a time. I was especially impressed with the MFC course (Painless Windows Programming), although all 3 disks were well thought-out and very thorough.

Good luck!

~Mike
Any man willing to sacrifice liberty for security deserves neither liberty nor security.

-Ben Franklin
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top