DO NOT MISS

Saturday, May 10, 2014

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

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

Génération des compétences et des expériences de quelqu'un va certainement comprendre comment vous avez obtenu les avantages ainsi que excellences BEGINNING ATL COM PROGRAMMING, By Richard Grimes Vous ne pouvez pas sentir confus comment l'obtenir. Ceci est le système de documents doux de publication que vous pourriez obtenir en tant que votre choix. Dans ce problème, vous devez maintenir votre propre être une personne beaucoup mieux. Il peut être fait en lisant lentement mais sans aucun doute. Les données douces conservation dans gadget et aussi gadget ordinateur portable va certainement vous permettre d'ouvrir partout.

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

Livre, vérité ami proche de votre propre tout en restant dans un temps tout seul. Réserve, est un ami pour vous accompagner quand restant dans une période difficile de la date limite de la tâche. Livre est une façon dont vous devez tenir au jour le jour pour gagner beaucoup mieux l'avenir. Quand quelqu'un est à l'origine d'obtenir de nombreuses tâches aussi bien que vous avez peu de temps libre, il sera certainement beaucoup mieux pour vous de dépenser intelligemment.

En dépensant deux fois par jour pour lire BEGINNING ATL COM PROGRAMMING, By Richard Grimes, des expériences et aussi des leçons seront certainement acquis. Il se connectera certainement pas à quel point vous devez prendre ou les tâches, mais prenez les avantages de la leçon à quel point et l'impact aussi t obtenir. Dans ce cas, ce livre offre vient en fait d'être sources d'inspiration pour les individus comme vous. Vous aurez toujours besoin d'une nouvelle expérience, ne vous? Mais, parfois, vous n'avez pas suffisamment de temps et d'argent pour subir. Voilà pourquoi, avec cette publication, vous pouvez surmonter l'état de préparation.

Lors de la préparation d'avoir une telle expérience, vérifier un livre sera aussi les conseils de vous faire cet acte. Vous pouvez commencer par rassembler les idées d'abord et aussi la pensée des tâches. De plus, ce BEGINNING ATL COM PROGRAMMING, By Richard Grimes peut vous aider à améliorer l'expertise de ce que vous avez fait unknowned lié à ce que vous allez certainement faire maintenant. La lecture pourrait être fait en examinant en détail la page Web par page. Il ne restera pas en permanence dans le temps pour terminer cette publication.

Il suffit de suivre la façon d'obtenir BEGINNING ATL COM PROGRAMMING, By Richard Grimes que nous fournissons sur ce site. Il est si simple. Consultez le lien que nous donnons en permanence dans chaque page Web. Repérez Guide et également l'obtenir. Lorsque vous voulez vraiment l'expérience à tirer de cette publication, ainsi que d'autres collections de livres, vous pouvez voir cette maison et la recherche aussi par le titre. Il sera certainement si simple à découvrir des milliers de livres qui sont écrits dans ce dans le monde entier.

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

Post a Comment

 
Copyright © 2014 lady-silver-starfire.. Designed by OddThemes - Published By Gooyaabi Templates