StlClrLibrary Sample: Demonstrates STL/CLR Capabilities

This sample demonstrates some of the capabilities available when using the STL/CLR Library.

The sample implements a simple bubble sort algorithm. A dialog is displayed to visually show the sorting process and to allow the user to step through the sort.

The sample builds this algorithm into a library named StlClrLibray. This library contains both managed and native code, and the algorithm can be called via managed code or marshalled into the native code version of the algorithm.

Security noteSecurity Note

This sample code is intended to illustrate a concept, and it shows only the code that is relevant to that concept. It may not meet the security requirements for a specific environment, and it should not be used exactly as shown. We recommend that you add security and error-handling code to make your projects more secure and robust. Microsoft provides this sample code "AS IS" with no warranties.

To get samples and instructions for installing them:

To access samples from Visual Studio

  • On the Help menu, click Samples.

    By default, these samples are installed in drive:\Program Files\Microsoft Visual Studio 10.0\Samples\.

  • For the most recent version of this sample and a list of other samples, see Visual Studio Samples on the MSDN Web site.

To build and run this sample

  1. Open the solution file, StlClr Sample.sln, in the Visual Studio development environment.

  2. From the Build menu, click Build Solution.

  3. From the Debug menu, click Start Without Debugging.

See Also

Other Resources

General Samples