pro visual c++-cli and the .net 2.0 platform (2006)

961 309 0
pro visual c++-cli and the .net 2.0 platform (2006)

Đang tải... (xem toàn văn)

Tài liệu hạn chế xem trước, để xem đầy đủ mời bạn chọn Tải xuống

Thông tin tài liệu

[...]... book, Pro Visual C++/CLI and the NET 2.0 Platform, the first detailed treatment of what has been standardized under ECMA as C++/CLI Of course, any text, no matter how excellent, is itself incomplete, like a three-walled room The fourth wall, in this case, is you, the reader You complete the text by exercising the code samples, poking around with them, and finally writing your own code That’s really the. .. between C++ and the CLI So, a first approximation of an answer as to “What is C++/CLI?” is to say that it is a binding of the static C++ object model with the dynamic component object model of the CLI In short, it is how we do NET programming using C++ rather than, say, C# or Visual Basic Like C# and the CLI itself, C++/CLI is undergoing standardization under ECMA (and eventually under ISO) The common... to the types active in the running program, and no real access to the associated infrastructure of that program The third term, CLI, refers to the Common Language Infrastructure, a multitiered architecture supporting a dynamic component programming model In many ways, this represents a complete reversal of the C++ object model A runtime software layer, the virtual execution system, runs between the program... to correct that—C++/CLI is the future Microsoft seems to have a set pattern when it comes to releasing their products It takes them three versions to come out with a superior and polished product Well, true to form, even though they call it NET 2.0, this is version three and, to put it bluntly, Microsoft has hit the nail on the head once again Don’t get me wrong; C# and Visual Basic NET are still great... the CLI Does C++/CLI Expose? The second design aspect reflects the level of detail of the underlying CLI implementation model to incorporate into the language How does one go about determining this? Essentially, we need to ask these questions: • What are the kinds of problems the language is likely to be tasked to solve? We must make sure the language has the tools necessary to do this • What are the. .. a sweep of the garbage collector Any pointers to that object must be tracked and updated by the runtime; the programmer has no way to manually track it herself Therefore, if we were to allow the programmer to take the address of a value type potentially resident on the managed heap, we would need to introduce a tracking form of pointer in addition to the existing native pointer What are the trade-offs... trade-offs to consider? On the one hand, simplicity and safety • Directly introducing support in the language for one or a family of tracking pointers makes it a more complicated language By not supporting this, we expand the available pool of programmers by requiring less sophistication • Allowing the programmer access to these ephemeral value types increases the possibility of programmer error—she may... managed automatically within the lifetime of the class object This is what we would like to do with reference types in terms of the freeing of scarce resources: • Use the destructor to encapsulate the necessary code for the freeing of any resources associated with the class • Have the destructor automatic invocation tied with the lifetime of the class object The CLI has no notion of the class destructor for... language development group in the world That was David’s agenda, and obviously the same person cannot be successful in leading the Visual C++ product unit of Microsoft and detailing a 300++ C++\CLI language specification for ECMA standardization! But had someone other than David been hired by Craig Symonds, general manager of all Visual Studio, Brandon would never had his opportunity and I would not be writing... Microsoft back in the winter of 2001, it was on the condition that they accept the fact that I considered their new product, Managed Extension for C++, an abomination When I was later asked to explain what I felt was wrong with it—no one at the time accepted that evaluation— I thought it more productive to show them how I would have done it rather than simply criticize what they had done Using the reference . x0 y0 w0 h0" alt="" Pro Visual C++/CLI and the .NET 2. 0 Platform ■■■ Stephen R. G. Fraser Fraser_6 40- 4Front.fm Page i Friday, November 18, 20 05 3: 42 PM Pro Visual C++/CLI and the .NET 2. 0 Platform Copyright. . . . . . . . . . . . . . . . . . . . . . . . . . . 603 Fraser_6 40- 4Front.fm Page xiv Friday, November 18, 20 05 3: 42 PM cafac74dd2d083cbec0 906 b66fcd56b1 ■CONTENTS xv ■CHAPTER 14 Windows Services. successfully download the code. Fraser_6 40- 4Front.fm Page ii Friday, November 18, 20 05 3: 42 PM To my wife, Sarah, and my daughter, Shaina, my energy and happiness. Fraser_6 40- 4Front.fm Page iii

Ngày đăng: 26/10/2014, 21:25

Mục lục

  • Pro Visual C++/CLI and the .NET 2.0 Platform

    • Table of Content

    • PART 1 The C++/CLI Language

      • Chapter 1 Overview of the .NET Framework

      • Chapter 2 C++/CLI Basics

      • Chapter 3 Object-Oriented C++/CLI

      • Chapter 4 Advanced C++/CLI

      • PART 2 .NET Framework Development in C++/CLI

        • Chapter 5 The .NET Framework Class Library

        • Chapter 6 Integrated XML Documentation

        • Chapter 7 Collections

        • Chapter 8 Input, Output, and Serialization

        • Chapter 9 Basic Windows Forms Applications

        • Chapter 10 Advanced Windows Forms Applications

        • Chapter 11 Graphics Using GDI+

        • Chapter 12 ADO.NET and Database Development

        • Chapter 13 XML

        • Chapter 14 Windows Services

        • Chapter 15 Web Services

        • Chapter 16 Multithreaded Programming

        • Chapter 17 Network Programming

        • Chapter 18 Assembly Programming

        • Chapter 19 Security

Tài liệu cùng người dùng

  • Đang cập nhật ...

Tài liệu liên quan