NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

Managed Extensions for C++

Starting with Visual C++ version 7.0, the standard C++ language has been extended to provide support for programming in the NGWS runtime world. Managed Extensions for C++ are comprised of keywords and attributes.

Managed Extensions are designed to make the task of programming NGWS applications easier and quicker by implementing the following features:

The following table contains links to information on Managed Extensions for C++ and managed programming:

For information about See
Managed Extensions reference topics Managed Extensions for C++ Keywords
Managed Extensions sample programs Visual C++ Samples
Managed classes, objects, arrays, delegates, and value classes Introduction to Managed Extensions for C++
Managed Extensions articles with procedures Adding Support for Managed Extensions for C++ to an Existing Application
Compiler options /com+ (NGWS runtime Compilation)
NGWS framework NGWS Framework and runtime SDK

See Also

Writing Managed Programs