Click here to Skip to main content
15,886,199 members
Everything / Programming Languages / C++/CLI

C++/CLI

C++/CLI

Great Reads

by Dark Daskin
Article describes how to build an assembly that exposes functions to unmanaged code without C++/CLI
by Stoyan Damov
Internet File System from scratch - making web services and peer-to-peer technology work together to build a virtual file system
by Nish Nishant
Demonstrates the usage of splitters, treeviews, listviews, panels, toolbars
by Alexey
The ALXGrid Control Library is a set of classes for management of data as a table.

Latest Articles

by Mark Birbeck
Easily and quickly build web services clients using XForm
by Shao Voon Wong
Consuming Your C# Library in MFC/C++ Project via C++/CLI
by Mehul Donga
Handle managed (C#) event in managed (C++/CLI)
by Abhineet Ayan Verma
Major calling conventions for Win32 and best suited functions

All Articles

Sort by Score

C++/CLI 

25 Jan 2012 by Sebastian Krysmanski
The help page for IDisposable provides the code for IDisposable's default implementation pattern in C#. This article will explain each part of it step by step and also provide the equivalent C++/CLI code in each step.
4 Apr 2014 by Pragmateek
Using C# from native C++ with the help of C++/CLI.
20 Apr 2009 by Inaki Ayucar
Learn how to sign C++/CLI assemblies with a strong name.
25 Jan 2012 by Sebastian Krysmanski
How to pass native pointers across C++/CLI assembly boundaries
8 Jun 2009 by Anna-Jayne Metcalfe
A .lnt file is an "indirect file", which is simply a collection of PC-lint directives.
23 Jun 2013 by Pragmateek
Interfacing VBA and .NET is a relatively straightforward process.
27 May 2010 by Mohammad Elsheimy
in C#, C++/CLI, and ISO/ANSI C++
23 Dec 2009 by Ozgur Ozcitak
It is common to see rendering routines where brushes/pens/fonts are created without being disposed, or GDI objects created in the control’s constructor, released (if at all) in the control’s Dispose method. I will try to address these issues in the form of a FAQ.