or
Sign in to turn on 1-Click ordering.
or
Amazon Prime Free Trial required. Sign up when you check out. Learn More
More Buying Choices
Have one to sell? Sell yours here
Sams Teach Yourself Visual C++.NET in 21 Days
 
See larger image
 
Tell the Publisher!
I'd like to read this book on Kindle

Don't have a Kindle? Get your Kindle here, or download a FREE Kindle Reading App.

Sams Teach Yourself Visual C++.NET in 21 Days [Paperback]

Davis Chapman (Author)
2.3 out of 5 stars  See all reviews (9 customer reviews)

Price: $39.99 & this item ships for FREE with Super Saver Shipping. Details
  Special Offers Available
o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o
In Stock.
Ships from and sold by Amazon.com. Gift-wrap available.
Only 3 left in stock--order soon (more on the way).
Want it delivered Monday, January 30? Choose One-Day Shipping at checkout. Details
Textbook Student FREE Two-Day Shipping for Students. Learn more


Book Description

0672321971 978-0672321979 December 7, 2001 2

Sams Teach Yourself Visual C++.NET in 21 Days, 2nd Edition is a time- saving guide walking you through Visual C++ tools and wizards for building applications and places VC++ in the context of the new Visual Studio.NET environment. This book emphasizes using Visual C++ tools and wizards to generate code. Code examples are augmented with C++ language sidebars: Readers who need a refresher on the language or want to go further "under the hood" will have a context, while those who don't can easily skip that coverage. The revision includes more information throughout on Microsoft Foundation Classes (MFC), how Windows applications work, and how MFC abstracts the Windows functionality to simplify building applications. Chapters on managed code, ATL functionality, and interacting with VB and C# components will help users begin to master the new .NET aspects of Visual C++.


Special Offers and Product Promotions

  • Buy $50 in qualifying physical textbooks, get $5 in Amazon MP3 Credit. Here's how (restrictions apply)

Frequently Bought Together

Customers buy this book with Sams Teach Yourself Visual C++.NET in 24 Hours $29.99

Sams Teach Yourself Visual C++.NET in 21 Days + Sams Teach Yourself Visual C++.NET in 24 Hours
  • This item: Sams Teach Yourself Visual C++.NET in 21 Days

    In Stock.
    Ships from and sold by Amazon.com.
    This item ships for FREE with Super Saver Shipping. Details

  • Sams Teach Yourself Visual C++.NET in 24 Hours

    In Stock.
    Ships from and sold by Amazon.com.
    This item ships for FREE with Super Saver Shipping. Details



Editorial Reviews

From the Back Cover

Sams Teach Yourself Visual C++.NET in 21 Days, 2nd Edition is a time-saving guide walking you through Visual C++ tools and wizards for building applications and places VC++ in the context of the new Visual Studio.NET environment. This book emphasizes using Visual C++ tools and wizards to generate code. Code examples are augmented with C++ language sidebars: Readers who need a refresher on the language or want to go further "under the hood" will have a context, while those who don't can easily skip that coverage. The revision includes more information throughout on Microsoft Foundation Classes (MFC), how Windows applications work, and how MFC abstracts the Windows functionality to simplify building applications. Chapters on managed code, ATL functionality, and interacting with VB and C# components will help users begin to master the new .NET aspects of Visual C++.

About the Author

Davis Chapman first began programming computers while working on his Masters Degree in Music Composition. While writing applications for computer music, he discovered that he enjoyed designing and developing computer software. It wasn't long before he came to the realization that he stood a much better chance of eating if he stuck with his new-found skill and demoted his hard-earned status as a "starving artist" to a part-time hobby. Since that time, Davis has focused on the art of software design and development, with a strong emphasis on the practical application of Client/Server and Web/Internet technologies. Davis was the lead author for Building Secure Applications with Visual Basic, Sams Teach Yourself Visual C++ 6 in 21 Days, Web Development with Visual Basic 5 and Building Internet Applications with Delphi 2. Davis was also a contributing author on MFC Programming with Visual C++ 6 Unleashed, Special Edition Using Active Server Pages, and Running a Perfect Web Site, Second Edition. He has been a consultant working and living in Dallas, Texas, for the past 12 years. Davis can be reached at davis@chaperada.net.


Product Details

  • Paperback: 800 pages
  • Publisher: Sams; 2 edition (December 7, 2001)
  • Language: English
  • ISBN-10: 0672321971
  • ISBN-13: 978-0672321979
  • Product Dimensions: 9.1 x 7.4 x 1.8 inches
  • Shipping Weight: 2.7 pounds (View shipping rates and policies)
  • Average Customer Review: 2.3 out of 5 stars  See all reviews (9 customer reviews)
  • Amazon Best Sellers Rank: #1,180,344 in Books (See Top 100 in Books)

More About the Author

Discover books, learn about writers, read author blogs, and more.

 

Customer Reviews

9 Reviews
5 star:
 (1)
4 star:
 (1)
3 star:
 (1)
2 star:
 (3)
1 star:
 (3)
 
 
 
 
 
Average Customer Review
2.3 out of 5 stars (9 customer reviews)
 
 
 
 
Share your thoughts with other customers:
Most Helpful Customer Reviews

35 of 42 people found the following review helpful:
2.0 out of 5 stars Seriously misguided and a Disapointment, December 17, 2001
By 
"samgentile" (Nashua, NH United States) - See all my reviews
This review is from: Sams Teach Yourself Visual C++.NET in 21 Days (Paperback)
Boy, is this book seriously misguided. After spending the last year and ? working with .NET and mastering C# and the technologies behind .NET, I bought this book to approach learning how to use .NET from the Visual C++ angle. What a disappointment and a serious problem that this book has. The whole idea of .NET is to eliminate the tangled mess of technologies and libraries that has baffled and fustrated Windows developers for years now and made interoperability between languages virtually impossible other than with COM but with serious restrictions. To that end, Microsoft has rationalized the model, providing a common runtime (CLR), with a common type system (CTS), and a rationalized, coherent programming framework, the Base Class Library (BCL), that is accessible from *any* language. That replaces the mess with incompatible libraries like MFC, WFC, VB?s library and the confusing mess of data types like LPSTR, LPCSTR, CString, etc. Every other book on .NET (I have them all) shows you how to leverage and use the BCL from their language, whether it be C# or VB.NET. Not in this book. The author most of the book using MFC and teaching MFC! MFC is depreciated in .NET and is kept for legacy reasons only. To not focus on the BCL from the C++ environment does the readers of this book a huge disservice. I frankly can?t figure out why this approach was taken other than this seems to be a cut and paste, and update from his previous editions that focused on MFC. He seems to have missed the whole .NET boat. So what do we have? We have 18 chapters that are essentially useless up to Day 18, one chapter Day 19 ?Working with Managed Code?, which is vital but much too short and misses most of the issues, and two more good chapters on ATL and working with VB and C# components. If someone wants to continue to program with MFC nevertheless, I guess you could find some use of this book. But I believe, that it misses the whole point of .NET, and thus steers people in a direction that is not only wrong but short-sided.
Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


10 of 10 people found the following review helpful:
4.0 out of 5 stars If you know nothing about VC++, August 19, 2002
By A Customer
Amazon Verified Purchase(What's this?)
This review is from: Sams Teach Yourself Visual C++.NET in 21 Days (Paperback)
I am just a college student and have no experience on Windows program before, but I only know C++. If you are just like me, starting VC with this book will make your life much easier. If you are a professional, use something more advance. This is book is just for beginner with C++ background. If you don't know about C++, don't use it because it won't teach you C++ on this book.
Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


12 of 15 people found the following review helpful:
5.0 out of 5 stars The Bad Reviews are CONFUSED, August 24, 2003
By 
Mark Taormina (Athens, GA United States) - See all my reviews
This review is from: Sams Teach Yourself Visual C++.NET in 21 Days (Paperback)
Those reviews of this Sam's book that complain that it is a rehash, too basic, etc. are misguided. They must not have payed close attention to the scope and purpose of this book! I came to Visual C++ knowing ZERO about C++ or GUI (I thought it was spelled "gooey") or much else about programming. Yet, with this book I managed to create a useful, functional windows program in a few weeks that is now being utilized by a busy doctor's office. THIS BOOK IS FOR BEGINNERS, NOT HIGHLY EXPERIENCED PROGRAMMERS. Honestly, having looked into other books on the subject I have no idea how I'd have been able to learn what I did as quickly as I did if not for the Sam's book. Granted, it doesn't cover everything, but no book can. It covers more than enough of the basics to get up and running in a surprising amount of time. BEGINNERS: BUY THIS BOOK!
Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No

Share your thoughts with other customers: Create your own review
 
 
 
Most Recent Customer Reviews







Only search this product's reviews



What Other Items Do Customers Buy After Viewing This Item?


Tags Customers Associate with This Product

 (What's this?)
Click on a tag to find related items, discussions, and people.
 
(1)
(1)

Your tags: Add your first tag
 

Sell a Digital Version of This Book in the Kindle Store

If you are a publisher or author and hold the digital rights to a book, you can sell a digital version of it in our Kindle Store. Learn more

Customer Discussions

This product's forum
Discussion Replies Latest Post
No discussions yet

Ask questions, Share opinions, Gain insight
Start a new discussion
Topic:
First post:
Prompts for sign-in
 


Active discussions in related forums
Search Customer Discussions
Search all Amazon discussions
   
Related forums


Listmania!


So You'd Like to...


Create a guide


Look for Similar Items by Category


Look for Similar Items by Subject