Wednesday, March 14, 2018

Téléchargement PDF BEGINNING ATL COM PROGRAMMING, by Richard Grimes

Téléchargement PDF BEGINNING ATL COM PROGRAMMING, by Richard Grimes

Gardez à ne rien vous faire sentir si tendue. Il peut se rencontrer lorsque vous désirez vraiment une nouvelle façon de la vie. Il est pas dans l'guide pour remplir rapidement. Il favorisera certainement exactement comment vous acquérez chaque leçon et aussi de qualité supérieure qui est donnée de ce livre. Vous pouvez faire un plan pour profiter de ce livre pour examiner en seulement votre temps libre. Il sera peu importe. Ainsi, cette façon, sélectionnez votre meilleur moyen d'améliorer le BEGINNING ATL COM PROGRAMMING, By Richard Grimes en tant que votre matériel de lecture.

BEGINNING ATL COM PROGRAMMING, by Richard Grimes

BEGINNING ATL COM PROGRAMMING, by Richard Grimes


BEGINNING ATL COM PROGRAMMING, by Richard Grimes


Téléchargement PDF BEGINNING ATL COM PROGRAMMING, by Richard Grimes

Maintenant facilement disponible! BEGINNING ATL COM PROGRAMMING, By Richard Grimes que la publication la plus nécessaire sur la planète. Le livre qui est pour les adultes et les adolescents aussi sont à venir. Vous avez peut-être attendu cette publication pendant quelques minutes longues. Donc, c'est le bon moment pour l'obtenir. Ne jouez jamais avec le moment plus longtemps, quand vous avez la chance d'obtenir cette publication, pourquoi devrait avoir du plaisir avec elle? Lorsque vous naviguez sur le titre de cette publication ici, vous verrez directement sur cette page. Il vous positionner pour faire beaucoup mieux la sélection du livre de lecture.

Pour conquérir le problème, nous vous offrons maintenant l'innovation pour télécharger le e-book BEGINNING ATL COM PROGRAMMING, By Richard Grimes pas des données publiées d' épaisseur. Oui, vérifier BEGINNING ATL COM PROGRAMMING, By Richard Grimes par sur Internet ou obtenir le fichier doux simplement à examiner pourrait être parmi les moyens de le faire. Vous pourriez ne pas vraiment l' impression que l' examen d' une publication BEGINNING ATL COM PROGRAMMING, By Richard Grimes sera utile pour vous. Pourtant, dans certains termes, Que les gens efficaces sont ceux qui ont la routine de lecture, inclus ce genre de ce BEGINNING ATL COM PROGRAMMING, By Richard Grimes

Par des documents doux du guide BEGINNING ATL COM PROGRAMMING, By Richard Grimes pour examiner, vous pourriez ne pas apporter les impressions devriez épais partout où vous allez. A tout moment , vous allez vérifier BEGINNING ATL COM PROGRAMMING, By Richard Grimes, vous pouvez ouvrir votre appareil pour lire ce e-book BEGINNING ATL COM PROGRAMMING, By Richard Grimes dans le système de données souple. Si simple et aussi rapide! La lecture de la publication de fichiers douce BEGINNING ATL COM PROGRAMMING, By Richard Grimes vous donnera certainement des moyens simples à lire. Il pourrait en outre être beaucoup plus rapide parce que vous pouvez lire votre publication BEGINNING ATL COM PROGRAMMING, By Richard Grimes sur vous voulez. Ce sur Internet BEGINNING ATL COM PROGRAMMING, By Richard Grimes pourrait être une publication visée que vous pouvez profiter de la solution de la vie.

Considérant ce livre BEGINNING ATL COM PROGRAMMING, By Richard Grimes a des avantages fantastiques pour examiner, de nombreuses personnes augmenter maintenant avoir la routine de lecture. Pris en charge par la technologie développée, de nos jours, il est simple d'acheter le e-book BEGINNING ATL COM PROGRAMMING, By Richard Grimes Aussi la publication n'alreadied existant encore sur le marché, vous chasser dans ce site. Comme ce que vous pouvez trouver de ce BEGINNING ATL COM PROGRAMMING, By Richard Grimes Il va vraiment vous soulager d'être la toute première lecture de ce e-book BEGINNING ATL COM PROGRAMMING, By Richard Grimes et aussi obtenir les avantages.

BEGINNING ATL COM PROGRAMMING, by Richard Grimes

Détails sur le produit

Broché: 512 pages

Editeur : Wrox; Édition : 01 (1 mars 1998)

Collection : Beginning S.

Langue : Anglais

ISBN-10: 1861000111

ISBN-13: 978-1861000118

Dimensions du produit:

3,2 x 19 x 24,1 cm

Moyenne des commentaires client :

Soyez la première personne à écrire un commentaire sur cet article

Classement des meilleures ventes d'Amazon:

2.026.905 en Livres (Voir les 100 premiers en Livres)

I picked this up because there isn't any good ATL/COM introduction on the internet. Some of the design principals are antiquated, but it helped my get up to speed in a short amount of time.

This book gives a serious coverage of ATL COM that will repay readers' efforts. It's far from easy, and the organization could be improved in places. For example, I'm one of those people who absolutely has to know what's going on "under the hood", but the implementation details come a little early (in Chapter 1). Had to experiment with the order of interface entries in the idl file and think a lot about vtables, interface pointer casting, multiple inheritance, and so on before I began to understand what Chap. 1 is all about. Some more explanation at judicious places in Chap. 1 would be helpful.To get the most out of this book, download the code from Wrox and fool around with it. This book really covers the nitty gritty of developing ATL COM projects from scratch. Marshaling, threading, connectable objects, persistence are discussed, and a full control is built in Chap. 8.For some reason, perhaps because the word "beginning" appears in the title, Wrox ranks this book below Professional MFC in difficulty (see the flow chart on the back cover of the book). Actually, it's quite advanced and belongs at the top of the hierarchy. I think it's more detailed and difficult (but also more rewarding) than other books on the subject.

This book was one of the best that I have read on a particulartopic...The authors provide a lot of instruction about how to readthe book, recommending, for example, that you read through the chapter before actually attempting the examples. This is, of course, a standard recommendation (which in my experience many readers of technical material do not follow). Following this advice, I found that the authors were correct, and the material was far more understandable.I am NOT a proficient C++ programmer.Yet by the end of the book I was able to create my own bug-free COM server with a full object heirarchy including a collection. I had been unable to understand implementing collections in C++ with other books.My intent was to have a C++ COM server so that I could hook up a VB client and study the interaction of the two at the lowest possible (for me) level. I wanted watch calls to QueryInterface, watch reference counts increment and decrement. I wanted to see how COM objects were intialized and destroyed.I succeeded, thanks to this book. END

I know COM is "where it's at", and I'm trying hard to find out WHY. Namely, why it's good to use 100 lines of code to do what 10 used to do, to say nothing of IDL and ODL compilers. Is COM really a sinister plot to make software development so bizarre and complex that only Microsoft can do it? Anyway, I bought this book looking for enlightenment, and didn't find any. The authors seem enamored with COM theory and terminology, but show no feel for practical use. The example they build (aptly named "Simple") is a trivial stateless object with two properties and NO METHODS! On page 56 they dismiss MFC because it "makes the server too big" and "requires the proper libraries to be loaded" (paraphrased). Welcome to the world of computers, Dr. Grimes! I plowed through the examples, working them on my computer, and finished with about the same level of practical understanding of how and why to use COM as I started with. Part of the problem may have been my going-in attitude toward COM. Anyway, I'm ordering some more titles, and hope for better results next time.

As a VC++ and VB programmer, and the attempted reader of this publication for several months, this book never ceases to amaze me at how thoroughly poor it is in several aspects. I was perplexed by the detail that was covered by the first few chapters - immediately the reader in confronted by implementation details without first explaining the overall concepts. It seems as though the authors, have munged theory, tutorial, and reference together in each chapter, which unfortunately serves only to confuse rather than demystify ATL and COM. Other COM books take different approaches - chapters alternating between theory and practical tutorials. My biggest criticism is that seemingly straightforward concepts are explained to death, whilst the more complicated features are explained extremely poorly.I fear this book has definitely suffered from the 'too many cooks spoiling the broth' scenario. After a while I sought comfort in other COM pulblications for VC++ and VB, both from WROX and SAMS, which proved considerably better.

BEGINNING ATL COM PROGRAMMING, by Richard Grimes PDF
BEGINNING ATL COM PROGRAMMING, by Richard Grimes EPub
BEGINNING ATL COM PROGRAMMING, by Richard Grimes Doc
BEGINNING ATL COM PROGRAMMING, by Richard Grimes iBooks
BEGINNING ATL COM PROGRAMMING, by Richard Grimes rtf
BEGINNING ATL COM PROGRAMMING, by Richard Grimes Mobipocket
BEGINNING ATL COM PROGRAMMING, by Richard Grimes Kindle

BEGINNING ATL COM PROGRAMMING, by Richard Grimes PDF

BEGINNING ATL COM PROGRAMMING, by Richard Grimes PDF

BEGINNING ATL COM PROGRAMMING, by Richard Grimes PDF
BEGINNING ATL COM PROGRAMMING, by Richard Grimes PDF

0 comments:

Post a Comment