Wednesday, March 2, 2011

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

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

Parfois, l' examen BEGINNING ATL COM PROGRAMMING, By Richard Grimes est extrêmement sans intérêt, ainsi que cela prendra beaucoup de temps à commencer par vous au guide et aussi commencer à examiner. Néanmoins, l'âge moderne, vous pouvez l'innovation établir en utilisant Internet. Par web, vous pouvez voir cette page web et commencer à chercher Guide BEGINNING ATL COM PROGRAMMING, By Richard Grimes qui est nécessaire. Vous vous demandez ce BEGINNING ATL COM PROGRAMMING, By Richard Grimes est celui que vous avez besoin, vous pouvez aller avec le téléchargement et l' installation. Avez - vous compris les meilleures façons de l' obtenir?

BEGINNING ATL COM PROGRAMMING, by Richard Grimes

BEGINNING ATL COM PROGRAMMING, by Richard Grimes


BEGINNING ATL COM PROGRAMMING, by Richard Grimes


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

Avoir du temps libre? Il est maintenant temps de commencer votre ancien passe-temps, l'analyse. Vérification des besoins d'être une pratique et aussi une activité de loisirs, non seulement l'engagement. Guide que vous pouvez lire est souvent BEGINNING ATL COM PROGRAMMING, By Richard Grimes Ceci est juste ce qui fait beaucoup de gens se sentent complètement satisfaits pour trouver plus et aussi en supplément. Lorsque vous vous sentez que la lecture est une pratique, vous vous sentirez certainement pas négligent de le faire. Vous vous sentirez certainement pas que ce sera si ennuyeux.

En outre, un guide est recommandé car il vous offre non seulement le divertissement à domicile. Vous pouvez modifier les choses amusantes à être excellente leçon. Oui, l'écrivain est en fait sage de partager les leçons et aussi le contenu de BEGINNING ATL COM PROGRAMMING, By Richard Grimes qui pourrait attirer tous les visiteurs d'apprécier de cette publication. L'auteur fournit également les moyens de base pour vous d'obtenir le divertissement agréable. Lisez chaque mot qui est fait usage de l'écrivain, ils sont vraiment intrigante et facile à être constamment reconnu.

Dans cette vie, parfois vous avez besoin de quelque chose qui va vous captiver certainement même il offre aussi les bonnes valeurs. Toutes les choses doivent être si stagnante et aussi difficile d'acquérir des avantages. Constamment rappeler ce BEGINNING ATL COM PROGRAMMING, By Richard Grimes comme l'une des sources que vous pouvez lire. Voici ce que vous pouvez tirer du livre que nous favorisons ici. Il est en outre facile d'obtenir ainsi que de localiser guide.

Lorsque d'autres personnes sont encore en attente Guide offert dans le magasin de guide, vous avez fait la bonne façon. En visitant ce site, vous avez effectivement été 2 pas en avant. Oui, dans ce site, le fichier mou du BEGINNING ATL COM PROGRAMMING, By Richard Grimes est noté. Donc, vous ne manquerons pas de le posséder comme le vôtre. Dans ce site, vous trouverez le lien web et aussi le lien web va certainement vous diriger pour obtenir les documents de livres directement.

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