当前位置:早雪网网络学院编程文档其他语言 → Using managed reference types in C++

Using managed reference types in C++

减小字体 增大字体 作者:未知  来源:supcode.com收集整理  发布时间:2005-7-1 14:57:36

Using managed reference types in C++
By
Chris Maunder

A quick introduction to using .NET managed reference types in C++ 

Introduction

One of the nice things about .NET are the common base classes. These classes are essentially the API of .NET, and are available from all languages equally. Once you know how to use a String in VB.NET you also know how to use it in C# and C++. Once you have struggled up the learning curve for one language you can then go on to use that knowledge in other .NET languages.

In .NET there are value types and reference types. Value types refer to simple data structures such as int


Tags:Using,managed,reference,types,in,++
[数据载入中...] [返回上一页] [打 印]