Click here to Skip to main content
15,884,537 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 

19 Jul 2016 by Christian Koberg
Console output, general applicable to all executables on a Windows system
29 Mar 2012 by barrd
Fix an exception related to ISupportInitialize.BeginInit and learn why it happens.
8 Nov 2012 by AthosXtreme
How to build a .NET wrapper to send MaxL commands to Essbase.
11 Feb 2015 by WoodyMou
Session 1: Setup SoftEther L2TP server on Amazon AWS Ubuntu
26 Jan 2012 by hairy_hats
When linking a mixture of mixed-mode and unmanaged DLLs to an unmanaged C++ executable, the link order can affect how the program runs.
4 Oct 2012 by Ritesh_Singh
C++ code to connect/access DB2 database using DB2 call level interface(CLI)
7 May 2013 by Aydin Homay
This tip/trick discusses about hosting a Windows Form user control in an MFC dialog box and View windows.
14 Oct 2010 by InActive
How to use the .NET DateTime class in C++ to generate a basic calendar via a console program
26 Sep 2012 by himanshupareek
Parse the PCAP dump and extract NETBIOS and DNS queries.
30 Apr 2012 by Martin Mok
Many drag and drop effects can be simply done by mouse event.
3 May 2015 by Pankaj Choudhary - C++ Devepoler
26 Jul 2016 by Yochai Timmer
Debugging C++ projects in release. Finding the lost object information
9 Mar 2015 by sunhui
Integrate .NET Component to your Native MFC Application at runtime
22 Oct 2013 by Ghosuwa Wogomon
Detecting character encoding in just 4 lines of code
18 Aug 2014 by Emiliarge
Read and write data to Access databases without limitations caused by the use of the SQL.
30 Aug 2014 by Emiliarge
2 ways to read and write data to *.xls and *.xls files and display it on DataGridView.
14 Apr 2014 by Dan Quist
A lightweight synchronous event framework for C++
23 Mar 2013 by 8MX
Quick and easy way to use the Intel C++ compiler with C++/CLI.
10 Oct 2022 by Mehul Donga
Handle managed (C#) event in managed (C++/CLI)
16 Mar 2009 by m_sylvain
This tip shows how to build an FxEngine plugin to stream video data from a webcam
16 Jul 2013 by Atulkumar P Patel
Anti Patterns are wrong practice followed by Developers. They are opposite to Design Patterns.
10 Jun 2010 by Anshul R
Shortcut for Commenting
11 Oct 2013 by David C Shepherd
A peek into the inspiration behind two cutting edge Visual Studio extensions.
1 Nov 2015 by Johnson Augustine
Faster image matching or comparison in large set of categorized images or training set in machine learning
10 Jun 2010 by Anshul R
The Perfect Translation/Conversion of Code
20 Jun 2012 by chetan dudhagara
How to Protect from SQL Injection in PhP based website
14 Apr 2011 by CHMLPAVANI
Sometimes we tend to enable the context sensitive help while creating a project, how to disable that later and get rid or error/information pops on clicking F1 while the application is running.
15 Dec 2010 by Lars P.Wadefalk
I have sometimes wondered if the 'with' statement would work in C/C++, just like in pascal. Meaning that it would in it's nearest scope automatically recognize class/struct members for the ones mentioned with a . or maybe -> operator.Maybe something like:TestClass* tc;float...
11 Aug 2013 by Ghosuwa Wogomon
An in-depth explanation of correct bracket placement and why...
23 Mar 2008 by Tu (Le Hong)
A scroll window that surpasses the 16-bit limit and can be hosted by a dialog.