Free PDF Inside ATL (Programming Languages/C), by George Shepherd
Checking out is in fact a should and this is crucial in this life. When someone is reading great deals, just make handle your own thought, just what about you? When will you begin to review whole lots? Lots of people always attempt to use their time [flawlessly to read. A publication that becomes reading materials will become friends when they remain in lonesome. The Inside ATL (Programming Languages/C), By George Shepherd that we have actually offered here will certainly describe the wonderful means and reference that could set good life.

Inside ATL (Programming Languages/C), by George Shepherd
Free PDF Inside ATL (Programming Languages/C), by George Shepherd
After locating the book entitle Inside ATL (Programming Languages/C), By George Shepherd in this short article, you have actually discovered the best book that can make you really feel pleased. This book is among the referred book choices based on requirement. Do you truly need this book as resource as well as inspirations? Taking this book as one of the suggestion could reveal you to own the preferred book of your own.
Reading is not for other individuals who obligate or order you to read. The one that could delight in and also make use of the benefits of analysis is you. So, it is not sort of worse when you are attempting to be much better by analysis. Also analysis will certainly not lead you to be successful 100%; this way can help you to satisfy the problem, lesson, experience, and also understanding. Moreover, this publication entitled Inside ATL (Programming Languages/C), By George Shepherd additionally turns into one that is truly prominent.
Whatever your problem, reading will always give you very easy circumstance to be much fun. Yeah, the home entertainment book will reveal you its power making individuals rejoice and laugh. The social book will give you brand-new understanding daily concerning this life as well as social connection. Politics and religious, something is large currently. It is additionally about just how the people will honour book, every type of publication as the referred reading product. We could begin it from the Inside ATL (Programming Languages/C), By George Shepherd
So, that's so clear that obtaining Inside ATL (Programming Languages/C), By George Shepherd an among analysis products will certainly use some benefits. To obtain this book, simply allow join us to be member and also get the links of every publication to offer. And afterwards, just visit as well as obtain guide. It will not require much time to invest. It will certainly likewise not squander your time. Your priceless time should be required by having this book as yours.
Amazon.com Review
Written for readers with knowledge of C++, Inside ATL surveys the strengths of today's Active Template Library (ATL), used for creating lightweight, high-performance COM components on Windows. This book provides an excellent guide to ATL programming while introducing all its features, both for client- and server-side development. One of the best features of Inside ATL is its thorough coverage of using (and understanding) the wizard-generated code in Visual C++. The authors describe each of the choices developers face when running these wizards, as well as examining and modifying the generated boilerplate code. (You'll find good detail on the various threading options available with ATL components.) The book also provides an excellent discussion of smart pointers and C++ templates to explain how ATL works by analogy. Another notable section is the full treatment of using ATL to build efficient client-side ActiveX components. (This last chapter alone will justify the cost of the book for many readers.) Instead of long coding examples, Inside ATL is filled with shorter excerpts used to illustrate essential COM topics effectively. A complete example shows how to use ATL for efficient client-side ActiveX components, including using property pages and events. The book also covers ATL support classes available for both client-side and server-side programming, and it illustrates the use of ATL in writing Windows applications. A final section on Windows 2000 and COM+ looks at the future of ATL in the enterprise. With the solid knowledge of two experts from the field of component development, Inside ATL does a fine job of exposing the most important inner workings of ATL. Its mix of savvy detail and thorough introduction to virtually every capability of ATL will allow this book to fill a critical niche for every C++ developer. --Richard Dragan Topics covered: COM basics, smart pointers, ATL wizards, threading apartment models, COM servers and client-side components, aggregation, wizards, building ActiveX controls, ATL window classes and collections, and COM+.
Read more
About the Author
George Shepherd is an expert on the Microsoft .NET Framework and develops some of the industry's leading third-party .NET-based tools. He is the coauthor of several popular programming books, an instructor for DevelopMentor, a speaker at industry conferences, and has served as a contributing editor for MSDN® Magazine. He's been programming with Windows since version 2.0, in the 1980s.
Read more
Product details
Series: Programming Languages/C
Paperback: 550 pages
Publisher: Microsoft Press (July 1, 1999)
Language: English
ISBN-10: 1572318589
ISBN-13: 978-1572318588
Product Dimensions:
7.4 x 1.3 x 9.1 inches
Shipping Weight: 2 pounds
Average Customer Review:
3.0 out of 5 stars
7 customer reviews
Amazon Best Sellers Rank:
#4,255,517 in Books (See Top 100 in Books)
Excellent book for readers yearning a stronger understanding of ATL and COM. The auther does a concise job of explaining some of the more difficult or less well understood aspects of COM - APARTMENTS and THREADS.Apartments and threads, in most other COM books are often inadequete and rushed - not this book. The level of detail to apartments and threads can easily make this book worth buying all together, not to say, that the rest of the book isn't worth reading because it is.Although, they did a wonderful job of explaining threads and apartments this book isn't without its challenges. For example, to understand many of the code samples you must have some Windows 32 programming experience or be familiar with some of the Win32 API calls and libraries. Make sure you have a Windows 32 programming book as reference (e.g. Advanced Windows by Jeffrey Richter).Furthermore, I can understand how some readers may be intimidated by this book because they might not be as comfortable working with C++, templates, macros and the Win32 API...typical in most hardcore COM books I have read. However, don't let that stop you from reading this book. Just make sure that you purchase the necessary reference books to bring yourself up to speed.So, if you want to understand the internals of "ATL" and "COM", do yourself a favor and buy this book. It should have an excellent shelf life, unlike some of the other COM books I've purchased, such as "Beginning ATL COM" from Wrox (save your money on this book).Over the years I've come to rely upon a few trusted books on COM and Win32 programming and have provided them below:COM:- Essential COM by Don Box (COM primer)- Inside COM by Dale Rogerson (COM primer)WIN 32 PROGRAMMING:- Advanced Windows by Jeffrey Richter (good advanced topics...threading, kernal, locking)- Programming Windows by Charles Petzold (good all-around ref.)- Learn Windows Programming in 21 days (excellent primer!)
I had just about given up hope of finding one single book that could help me understand ATL - then I found this book. As an experienced C++ programmer, but a newcomer to ATL, I looked for a single source of information on the hows and whys of ATL. There are many good books out there, but each seems to fill a niche. But with this book I found, in one place, answers to all the questions I've been wrestling with for months now. Besides covering ATL, it contains a wealth of tips and tidbits that you'll likely run across during coding and testing that arent covered anywhere else. This fact alone justifies buying the book. I'm resigned that one book cant cover everything a programmer may need to know about ATL, but after digesting this one I'm confident that I'll be able to digest the others as well. I paid list price for this one, but I dont regret it. Neither will you.
I am a beginner to ATL and COM. I was excited first that there is a book on ATL from Microsoft Press. After going through this book, I am quite disappointed. The book has no direction, poor in building up the concepts. I feel the authors just opened the atl header files and started pouring all those details into different chapters. If a beginner is looking for a good ATL book, I don't think this book is the right one.
First of all, this book wouldn't teach you anything from ground-up. Also, it doesn't go into much detail. If you are already familiar with COM/ATL, it will probably make a good reference book that you can use to brush up. Buy it, only you have extra money lying around and really wanna get an additional COM book. For new readers, Troelsen's COM ATL Workshop is a God-send.
ATL is an interesting C++ framework to easily create COM classes. It uses extensively the C++ templates and is coupled with Visual C++ wizards to automate the writing of skeleton code of an ATL project. However there is not much documentation coming with VC++ on ATL and there are so much options in the wizards dialog windows that unless you know what you are doing, you will probably not do the right thing. This is where this book comes in.First, one of the coauthor, George Shepherd, is also the coauthor of the book MFC Internals: Inside the Microsoft(c) Foundation Class Architecture that I really liked. This book does a good job to guide you through the main ATL features. My only complain is that, like almost every other book on COM that I have read, it assumes that you know nothing about C++ and COM and takes the first 2 chapters to introduce you these topics and that represents almost 100 pages of prerequisite material that should have been found only in a introduction book IMO.
While I respect the authors as programmers since this book does contain some valuable information, they have no business writing books. This book spends all of its effort discussing how COM works and then how ATL was implemented and provides little insight on how to actually use ATL. After reading this book I was very discouraged from using ATL. Few things are adequately explained. I wonder who the target audience for this book is? It is certainly not ActiveX developers. The second half of the book is superior to the first half. Inside COM, by Rogerson, puts Inside ATL to shame.
The lousiest book I have ever read. I happened to buy this just because its from Microsoft press. I bet there should be better books on ATL
Inside ATL (Programming Languages/C), by George Shepherd PDF
Inside ATL (Programming Languages/C), by George Shepherd EPub
Inside ATL (Programming Languages/C), by George Shepherd Doc
Inside ATL (Programming Languages/C), by George Shepherd iBooks
Inside ATL (Programming Languages/C), by George Shepherd rtf
Inside ATL (Programming Languages/C), by George Shepherd Mobipocket
Inside ATL (Programming Languages/C), by George Shepherd Kindle
Tidak ada komentar:
Posting Komentar