Friday, April 27, 2012

Overview (C++/CX)

Visual C++ component extensions (C++/CX) is a set of extensions to the C++ language that enable the creation of Windows Metro style apps and Windows Runtime components in an idiom that is much simpler and more natural than the traditional COM programming model. Use C++/CX to write Metro style apps and easily interact with Visual C#, Visual Basic, and JavaScript, and other languages that support the Windows Runtime. In those rare cases that require direct access to the raw COM interfaces, or non-exceptional code, you can use the Windows Runtime C++ Template Library.

Read the document Overview (C++/CX) in msdn.microsoft.com.

No comments:

Post a Comment