DO NOT MISS

Tuesday, December 26, 2017

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

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

L'une des publications de lecture visées que nous fournirons ici est BEGINNING ATL COM PROGRAMMING, By Richard Grimes Ceci est un livre de lecture, une publication comme les autres. page Web par page est organisé ainsi que pilled pour un. Pourtant, à l'intérieur de chaque page avait les livres contiennent une signification très incroyable. La définition est ce que vous recherchez actuellement. Néanmoins, chaque livre a ses fonctions ainsi que des définitions. Il ne sera certainement pas dépendre de cet examen mais aussi le livre.

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

nous fonctionnalité pour vérifier une nouvelle publication qui vient ces derniers temps. Oui, c'est une nouvelle publication à venir que de nombreuses personnes souhaitent vraiment lire vous serez parmi eux? Bien sûr, vous devez être. Il ne sera pas vous faire sentir vraiment si difficile de profiter de votre vie. Même certaines personnes pensent que l'analyse est difficile à faire, vous devez vous assurer que vous pouvez le faire. Difficile se fera sentir vraiment quand vous avez pas de concepts concernant exactement quel type de livre à un examen. Ou parfois, votre produit de lecture ne suffit pas intéressant.

Les divers autres livres intéressants pourraient être des sélections. Vous pouvez les découvrir dans le titre plus attrayant. Cependant, ce que vous faites pour choisir attirés BEGINNING ATL COM PROGRAMMING, By Richard Grimes est qu'il a un style différents comme indiqué. La langue appartient à être l'utilisation de la langue facile. Comment l'auteur partage aux téléspectateurs est extrêmement claire et compréhensible. Il vous fait vous sentir vraiment facile à comprendre exactement quand l'auteur parle.

Afin de fournir les sources fantastiques et des moyens simples pour offrir l'information ainsi que des détails, ce qui a trait à vous en obtenant les facteurs à considérer que l'utilisation des idées de livres réfléchis. Quand les inspirations viennent lentement à appeler, vous pouvez rapidement obtenir le BEGINNING ATL COM PROGRAMMING, By Richard Grimes en tant que ressources. Pourquoi? Parce que, vous pouvez les obtenir à partir du fichier mou du guide qui s confirmé dans le lien Web fourni.

Après avoir obtenu le lien, il vous fera également sentir si facile. Ce n'est pas votre temps à être confus. Quand le livre est recueillie dans ce site Web, il peut être obtenu rapidement. Vous pouvez également enregistrer dans différents appareils pour vous assurer que vous pouvez le prendre comme vérifier matériaux où que vous soyez. Alors maintenant, permettent de rechercher les sources de motivation qui sont faciles à obtenir. Obtenez les différentes façons d'autres pour vous soulager sentir si simple à obtenir les sources.

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 martysarchiv.. Designed by OddThemes - Published By Gooyaabi Templates