5,702,921 members and growing! (15,532 online)
Email Password   helpLost your password?
Announcements




BullFrog Power
Search    
Advanced Search
Sitemap

Set your article filter

 Current Filter:

C++ / CLI


Languages » C++ / CLI

Contents Quick search by title:

.NET My Services

top
Title / Updated Author Score  
C++ Interop is for the Performance Minded Developer
Updated: 2 Jan 2007  
Highlighting interoperability support provided by C++ and analysis of performance
C++/CLI, Windows, .NET, Visual Studio, Dev, Intermediate
Gary J. Kuehn 4.57
Consuming .NET My Services from Managed C++
Updated: 4 Feb 2002  
This white paper guides you through the process of writing a client application that will consume a sample .NET My Services service
VC7, .NET 1.0, VS.NET2002, C++/CLI, Windows, Dev, Intermediate
Diana Mitran (MSFT) 3.06
 

Applications

top
Title / Updated Author Score  
Quake II .NET
Updated: 13 Jul 2003  
A port of the famous C-language based game engine to Visual C++ with a .NET managed heads-up display.
VC7.1, .NET 1.1, Win2K, WinXP, C++/CLI, Visual Studio, STL, Dev, Intermediate
Ralph Arvesen 4.55
N-Track : Work-Time tracking system
Updated: 24 Jul 2002  
A work time tracking system that includes a Managed C++ remoting server and MFC clients that use the managed extensions. The application demonstrates how to mix managed and unmanaged code.
VC7, .NET 1.0, VS.NET2002, C++/CLI, Windows, Dev, Intermediate
Nishant Sivakumar 4.03
SMTP client - Unedited
Updated: 24 Aug 2008  
The CSmtp class allows to send emails with attachments. It provides only AUTH LOGIN authentication.
VC6, VS6, C++, C++/CLI, C, Windows, Win32, Visual Studio, Intermediate
Jakub Piwowarczyk 3.56
The 3 second timed Wallpaper Changer - Unedited
Updated: 9 Feb 2008  
The 3 second timed Wallpaper Changer
VC6, VC7, VC7.1, VC8.0, Win2K, WinXP, Win2003, VS2005, C++, C++/CLI, C, Windows, Visual Studio, Beginner
Dj Rush 1.33
 

C++/CLI

top
Title / Updated Author Score  
CAutoNativePtr - A managed smart pointer for using native objects in managed code
Updated: 20 Jan 2006  
CAutoNativePtr is a managed template class that acts as a smart pointer, and is handy for using native objects in managed code.
VC8.0, VS2005, C++/CLI, Windows, .NET, Dev, Intermediate
Nishant Sivakumar 4.76
A Managed C++ Wrapper Around the Windows XP Theme API - Part 2 - Unedited
Updated: 24 Apr 2008  
This is an update to Don Kackman's UxTheme component originally written for Visual Studio 2003
VC6, VC7, VC7.1, VC8.0, .NET 2.0, WinXP, Win2003, C++, C++/CLI, C, Windows, .NET, Win32, Dev, Advanced
CodeWizard1951 4.68
A first look at C++/CLI
Updated: 27 Apr 2004  
A brief look at the new C++/CLI syntax and how it improves over the old MC++ syntax
C++, C++/CLI, Windows, .NET, Visual Studio, Dev, Beginner
Nishant Sivakumar 4.66
An overview of interior pointers in C++/CLI
Updated: 29 Nov 2004  
Tries to explain the syntax, usage and behavior of interior pointers in C++/CLI
.NET 1.0, VS2005, C++/CLI, Windows, Dev, Beginner
Nishant Sivakumar 4.65
Function overriding in C++/CLI
Updated: 22 Jun 2004  
Takes a look at new features like explicit overriding, renamed overriding, multiple overriding and sealing a method
VC8.0, .NET 1.0, .NET 2.0, VS2005, C++/CLI, Windows, Dev, Beginner
Nishant Sivakumar 4.61
C++/CLI Library classes for interop scenarios
Updated: 20 Jun 2006  
The article takes a brief look at some not so commonly used classes such as auto_handle, lock, and ptr.
VC8.0, .NET 2.0, VS2005, C++/CLI, Windows, Dev, Beginner
Nishant Sivakumar 4.57
Using and extending the Orcas marshal_as library
Updated: 12 Jul 2007  
This article covers basic marshal_as usage, as well as how to extend marshal_as to support additional type conversions
C++/CLI, Windows, .NET, Visual Studio, Dev, Beginner
Nishant Sivakumar 4.54
Guide to using Pinning Pointers
Updated: 30 Nov 2004  
Article on the usage and dangers of pinning pointers
VS2005, C++/CLI, Windows, .NET, Dev, Beginner
Nishant Sivakumar 4.49
CLinq - LINQ support for the C++/CLI language
Updated: 27 Jul 2007  
CLinq project is a library that makes it possible to use LINQ technologies from the C++/CLI language
VC8.0, .NET 2.0, VS2005, C++/CLI, Windows, SQL Server, DBA, Dev, LINQ, Intermediate
Tomas Petricek 4.43
C++/CLI HowTo : Deriving from a C# disposable class
Updated: 5 Jul 2008  
This article walks through the implementation of a C++/CLI class from a disposable C# base.
VS2008, C++/CLI, C#, Windows, .NET, Visual Studio, Architect, Dev, QA, Design, Beginner
Nishant Sivakumar 4.43
C++/CLI Properties - Syntactic sugar for accessor methods
Updated: 11 May 2005  
Looks at the syntax for the declaration and use of properties in C++/CLI
C++, C++/CLI, Windows, .NET, Visual Studio, Dev, Beginner
Nishant Sivakumar 4.39
A rational attempt to substantiate C++/CLI as a first class CLI language
Updated: 27 Jul 2005  
Why the author thinks that C++/CLI has its own unique role to play as a first-class .NET programming language
VC8.0, VS2005, C++/CLI, C#, Windows, .NET, Dev, Intermediate
Nishant Sivakumar 4.37
Write your own UserControl with C++/CLI: an RSS reader
Updated: 21 Mar 2006  
Thsi article explains how to create an RSS reader user control.
VC8.0, .NET 2.0, VS2005, C++/CLI, Windows, Dev, Intermediate
nico.pyright 4.33
Arrays in C++/CLI
Updated: 11 Aug 2004  
The article exposes the new array syntax available in C++/CLI for the declaration and use of CLI arrays
VC8.0, C++/CLI, Windows, .NET, Visual Studio, Dev, Beginner
Nishant Sivakumar 4.29
Using generics in C++/CLI
Updated: 7 Dec 2004  
Introduces generics and compares it with templates
VS2005, C++, C++/CLI, Windows, .NET, Dev, Beginner
James T. Johnson, Nishant Sivakumar 4.23
A look at STL/CLR performance for linear containers
Updated: 8 Mar 2008  
The performance of STL/CLR sequence containers are compared with that of corresponding BCL generic collection classes
.NET 2.0, .NET 3.0, .NET 3.5, C++/CLI, Windows, .NET, Architect, Dev, QA, Design, LINQ, Intermediate
Nishant Sivakumar 4.18
Deterministic Destruction in C++/CLI
Updated: 12 Aug 2004  
Looks at how deterministic destruction is possible with C++/CLI
.NET 1.0, VS2005, C++/CLI, Windows, Dev, Beginner
Nishant Sivakumar 4.16
Creating and Using User Controls with .NET Framework 2.0 using Visual Studio 2005 C++/CLI
Updated: 17 Nov 2004  
This is an article discussing how to create a user control and how to add it to other projects using Visual Studio 2005 C++/CLI and .NET Framework 2.0.
VC8.0, .NET 2.0, Win2K, WinXP, VS2005, C++/CLI, Dev, WinForms, Beginner
Pat26 4.13
Working with Configuration Files (app.config) in C++/CLI
Updated: 25 Oct 2007  
The purpose of this article is to present some utilization of configuration files in a Windows Forms application with C++/CLI.
.NET 2.0, C++, C++/CLI, Windows, Visual Studio, Dev, WinForms, Beginner
nico.pyright 3.83
Hello C++/CLI - Part 1
Updated: 23 Aug 2004  
A multi-part article, introducing a C++-background person into the world of C++/CLI.
.NET 2.0, VS2005, C++/CLI, Windows, Dev, Beginner
Antti Keskinen 3.71
Hello C++/CLI - Part 2
Updated: 21 Dec 2006  
Second part of the series: leaving Platform SDK behind, and MDI Forms.
.NET 2.0, VS2005, C++, C++/CLI, Windows, MFC, Dev, Beginner
Antti Keskinen 3.58
Keeping Secrets with Data Protection API (DPAPI) in .NET
Updated: 5 Oct 2005  
A full blown sample of keeping data secret in memory or on a file.
VC7.1, C++/CLI, Windows, .NET, Visual Studio, Dev, Intermediate
esob 2.67
WSSizer, a .NET re-size control
Updated: 11 Oct 2006  
A .NET control meant to accomplish a task similar to MFC’s CRectTacker().
VS2005, C++/CLI, Windows, .NET, Dev, Intermediate
Gammill  
 

COM Interop

top
Title / Updated Author Score  
How to Find a COM Object Connected to Internet Explorer
Updated: 28 Jan 2008  
An article on how to retrieve information from a COM object to determine COM DLL filename.
C++, Windows, Dev, COM, Intermediate
Kwon Yong Hwi 4.53
.NET wrapper for libbz2
Updated: 14 Jul 2003  
.NET wrapper for libbz2, written in MC++
VC7, .NET 1.0, Win2K, WinXP, Win2003, VS.NET2002, C++/CLI, Dev, Intermediate
leppie 4.24
Creating and Resolving shell links
Updated: 10 May 2002  
An MC++ class that uses IJW to invoke the IShellLink interface
VC7, Win2K, WinXP, VS.NET2002, C++/CLI, .NET, Dev, Intermediate
Nishant Sivakumar 4.17
Accessing legacy data in a .NET environment
Updated: 25 Feb 2005  
An article on how to access data from fixed size record data from the .NET environment
VC7.1, VS.NET2003, C++/CLI, Windows, .NET, Dev, Intermediate
Cd-MaN 3.91
COM Interop using managed C++
Updated: 17 Oct 2001  
A demoonstration of COM Interop, showing early and late binding to a COM component
VC7, Win2K, VS.NET2002, C++/CLI, .NET, Dev, Intermediate
Igor Chouvalov 2.72
 

Controls

top
Title / Updated Author Score  
DirectoryList
Updated: 30 Jan 2007  
A custom listbox control to help manipulate data
VC7.1, .NET 1.1, VS.NET2003, C++/CLI, Windows, Dev, Intermediate
nirvansk815 3.50
 

General

top
Title / Updated Author Score  
.NET Dynamic Software Load Balancing
Updated: 9 Dec 2002  
A Draft Implementation of an Idea for .NET Dynamic Software Load Balancing
VC7, .NET 1.0, VS.NET2002, C++/CLI, Windows, MFC, Dev, Intermediate
Stoyan Damov 4.81
GUID Generator base on SHA1 - Unedited
Updated: 27 Jul 2006  
GUID Generator base on SHA1
VC7, C++/CLI, Windows, .NET, Visual Studio, Dev, Intermediate
ZhengPing Wang 4.80
xp_regex: Regular Expressions in SQL Server 2000
Updated: 6 Oct 2003  
This is a SQL Server 2000 Extended Stored Procedure writted in Managed C++. It allows you to use regular expressions in T-SQL.
VC7.1, .NET 1.0, Win2K, WinXP, VS.NET2003, C++/CLI, Dev, Intermediate
Dan Farino 4.71
Creating a custom wizard to generate managed C++.NET applications with a default form
Updated: 1 May 2003  
Creating a custom wizard to generate managed C++.NET applications with a default form
VC7, .NET 1.0, Win2K, WinXP, VS.NET2002, C++/CLI, MFC, Dev, Beginner
zebbedi 4.68
ObjectPool - a library for pooling .NET objects
Updated: 27 Oct 2002  
A (managed C++) library for object pooling in .NET
VC7, .NET 1.0, Win2K, WinXP, VS.NET2002, C++/CLI, Dev, Intermediate
Stoyan Damov 4.64
Serialization Primer - MC++
Updated: 25 May 2002  
A basic introduction to serialization using Managed C++
.NET 1.0, Win2K, WinXP, C++/CLI, Visual Studio, Dev, Beginner
Nishant Sivakumar 4.63
Enhanced .NET Bootstrap Setup
Updated: 24 Nov 2005  
Modified Microsoft Setup program to install required IE6, MSI 2.0 and .NET.
VC7.1, .NET 1.0, .NET 1.1, Win2K, WinXP, Win2003, VS.NET2003, C++/CLI, Dev, Intermediate
Kevin Moore 4.63
Casting Basics - Use C++ casts in your VC++.NET programs
Updated: 23 Aug 2002  
Demonstrates and compares the various casting operators available. Also suggests when to use and what to use!
VC7, C++/CLI, Windows, .NET, Visual Studio, Dev, Beginner
Nishant Sivakumar 4.61
Using Unmanaged C++ Libraries (DLLs) in .NET Applications
Updated: 2 Jun 2006  
An article on how to use unmanaged C++ classes exported from pre-built libraries (DLLs) with no source code.
VC6, VC8.0, .NET 1.0, .NET 2.0, Win2K, WinXP, VS2005, VS6, C++/CLI, C, Dev, Intermediate
Jun Du 4.54
Making Managed Extensions for C++ STL friendly
Updated: 17 Apr 2003  
Some code to help you combine MC++ and STL
VC7, .NET 1.0, C++/CLI, Windows, Visual Studio, STL, Dev, Advanced
Nemanja Trifunovic 4.52
RAII Idiom and Managed C++
Updated: 1 Sep 2003  
A template wrapper that enables deterministic cleanup in .NET environment.
VC7.1, C++/CLI, Windows, .NET, Visual Studio, Dev, Intermediate
Nemanja Trifunovic 4.45
Managed C++ wrapper for ZLib
Updated: 3 Mar 2005  
.NET wrapper for ZLib, written in MC++
VC7.1, .NET 1.0, VS.NET2003, C++/CLI, C#, Windows, Dev, Intermediate
Alberto Ferrazzoli 4.42
Rationale Behind Whidbey C++ Breaking Changes
Updated: 6 Feb 2005  
The explanations, workarounds, scenarios and the rationale behind the decisions to change the Whidbey C++ compiler.
VC8.0, C++/CLI, Windows, .NET, Visual Studio, Dev, QA, Intermediate
Chris Maunder 4.41
A Template For General Data Arrays
Updated: 6 Feb 2001  
A simple template to build data arrays and to sort data
VC6, NT4, Win2K, Visual Studio, Dev, Intermediate
Xiangyang Liu 刘向阳 4.41
Get the calling module that invoked your function
Updated: 29 Jan 2007  
How to get the calling module that invoked your function as an entry point.
C++/CLI, C#, Windows, .NET, Visual Studio, Dev, Advanced
dmihailescu 4.38
get Physical HDD serial number without WMI - Unedited
Updated: 6 May 2008  
Retrieve the physical Hard drive ID and other info using low level APIs like DeviceIOControl
VC8.0, .NET 2.0, VS2005, C# 2.0, C++/CLI, Windows, Dev, Intermediate
dmihailescu 4.37
ASP.NET with Managed C++
Updated: 19 Aug 2002  
Use Managed C++ as your code-behind file for ASP.NET web pages
VC7, .NET 1.0, Win2K, WinXP, C++/CLI, ASP.NET, Visual Studio, Dev, Intermediate
Soliant 4.36
Using managed reference types in C++
Updated: 15 Oct 2001  
A quick introduction to using .NET managed reference types in C++
VC7, VS.NET2002, C++/CLI, Windows, .NET, Dev, Beginner
Chris Maunder 4.36
Quick C++/CLI - Learn C++/CLI in less than 10 minutes
Updated: 26 Jun 2007  
Learn C++/CLI in less than 10 minutes.
VC8.0, .NET 2.0, .NET 3.0, C++/CLI, Windows, Visual Studio, Dev, Beginner
lallous 4.34
Cross Language Web Service Implementation
Updated: 8 Dec 2002  
Cross Language XML based Web Service Implementation between Managed C++ and C#.
VC7, .NET 1.0, Win2K, WinXP, VS.NET2002, C++/CLI, C#, ASP.NET, Dev, Intermediate
Nick Parker 4.33
Implementing custom collection classes with MC++
Updated: 12 Jun 2002  
Tutorial on creating your own collection classes that are enumerable and sortable. Explains in detail the usage of the IEnumerable, IEnumerator, IComparable and IComparer interfaces
VC7, .NET 1.0, Win2K, WinXP, VS.NET2002, C++/CLI, Dev, Beginner
Nishant Sivakumar 4.31
Cross language inheritance in .NET
Updated: 15 Oct 2001  
An introduction to cross-language inheritence in .NET.
VC7, .NET 1.0, VS.NET2002, C++/CLI, C#, VB, Windows, Dev, Beginner
Chris Maunder 4.30
Garbage Collection in .NET
Updated: 17 Jun 2002  
A quick introduction to Garbage collection in .NET using Managed C++
VC7, VS.NET2002, C++/CLI, Windows, .NET, Dev, Beginner
Chris Maunder 4.30
C++/CLI Primer - Enter the World of .NET Power Programming
Updated: 12 Sep 2007  
Get to know the basics of the ultimate language of the .NET platform
VC8.0, .NET 2.0, VS2005, C++/CLI, Windows, Dev, Beginner
Vivek Ragunathan 4.29
Delegates Tutorial - MC++ and C# - The dual perspective
Updated: 12 Jun 2002  
Introduces and walks you through the use of delegates in .NET. Compares and contrasts the different approaches that MC++ and C# adopt in the use of delegates. With examples in both languages
.NET 1.0, C++/CLI, Windows, Visual Studio, Dev, Beginner
Nishant Sivakumar 4.20
GDI+ in managed C++ applications.
Updated: 17 Oct 2001  
This Sample demonstrates basic drawing techniques using GDI+ in a Managed C++ application.
VC7, .NET 1.0, Win2K, VS.NET2002, C++/CLI, C#, Dev, Intermediate
Igor Chouvalov 4.20
Using the ToolboxBitmap attribute from Managed C++
Updated: 6 Nov 2003  
The easy way to embed a managed resource for use with a component's toolbox bitmap.
.NET 1.0, .NET 1.1, C++/CLI, Windows, Visual Studio, Dev, Intermediate
Noogle 4.20
Using value types in managed C++
Updated: 15 Oct 2001  
A quick introduction to using .NET value types in managed C++
VC7, VS.NET2002, C++/CLI, Windows, .NET, Dev, Beginner
Chris Maunder 4.19
LuaDotNet: a thin wrapper around Lua and Luabind for .NET
Updated: 7 Aug 2003  
Add the Lua scripting engine to your .NET applications.
VC6, VC7, VC7.1, Win2K, WinXP, Win2003, VS.NET2002, VS.NET2003, VS6, C++/CLI, .NET, Dev, Intermediate
Jonathan de Halleux 4.18
A Custom TextBox with Regular Expression Validation Using MC++
Updated: 4 Oct 2004  
A custom TextBox with input validation written in VC++.NET, also walks you through the steps needed to build your own custom controls
VC7.1, .NET 1.0, VS.NET2003, C++/CLI, Windows, Dev, Intermediate
liyang yu 4.17
Convert a Delegate to a Function pointer to Implement Callback function
Updated: 2 Feb 2003  
Convert a delegate to a function pointer to implement callback function, for mixed Managed C++ and unmanaged C++ coding, and for DLL call.
VC7, .NET 1.0, Win2K, WinXP, VS.NET2002, C++/CLI, Dev, Intermediate
kero 4.14
How to get the clients IP address using TcpClient in Managed C++
Updated: 10 Apr 2002  
How to get the clients IP address using TcpClient in Managed C++
VC6, VC7, Win2K, WinXP, C++/CLI, .NET, Visual Studio, MFC, Dev, Intermediate
Albert Pascual 4.14
VC++ Appwizard to create a Managed MFC Regular DLL
Updated: 8 Mar 2002  
A wizard to create a Managed C++ class library which is also a MFC regular DLL
VC7, .NET 1.0, VS.NET2002, C++/CLI, Windows, MFC, Dev, Intermediate
Rama Krishna Vavilala 4.13
Delegates in managed C++
Updated: 15 Oct 2001  
This sample demonstrates single- and multi-cast delegates using C++, including declaration, creation and usage, and a discussion on type safety.
VC7, .NET 1.0, VS.NET2002, C++/CLI, Windows, Dev, Beginner
Chris Maunder 4.13
Calling Managed Code from Unmanaged Code and vice-versa
Updated: 21 Mar 2005  
This article shows you how to call managed code from unmanaged code and also the other way round.
VC7.1, .NET 1.1, VS.NET2003, C++/CLI, VB, Windows, Dev, Intermediate
TarunNeo 4.09
Limiting your .NET apps to a single instance
Updated: 3 Nov 2001  
Shows how to use the Mutex class to limit your app to a single instance using a named mutex
.NET 1.0, C++/CLI, Windows, Visual Studio, Dev, Intermediate
Nishant Sivakumar 4.08
Introduction to Managed C++
Updated: 7 Jul 2002  
An attempt to get a beginner started on Managed C++
VC7, .NET 1.0, VS.NET2002, C++/CLI, Windows, Dev, Beginner
Nishant Sivakumar 4.06
Using properties in managed C++
Updated: 15 Oct 2001  
An introduction to using scalar and indexed properties in managed C++
VC7, VS.NET2002, C++/CLI, Windows, .NET, Dev, Beginner
Chris Maunder 4.03
CNullable : A convenient Nullable equivalent class for C++/CLI
Updated: 18 May 2005  
CNullable can be used to represent a value type (or simple native type) such that the type can be nulled. You can also compare it to nullptr using the == and != operators both of which have been overloaded.
VS2005, C++, C++/CLI, Windows, .NET, Dev, Intermediate
Nishant Sivakumar 4.02
Using the .NET managed TCP/IP classes in a managed C++ appplication
Updated: 15 Oct 2001  
This sample demonstrates a basic technique of networking using the TCP/IP protocol in a managed C++ application by implementing a simple POP3 client.
VC7, .NET 1.0, Win2K, VS.NET2002, C++/CLI, C#, Dev, Intermediate
Igor Chouvalov 4.00
Using managed arrays
Updated: 24 Jun 2002  
Declaring and using managed .NET arrays with MC++
VC7, .NET 1.0, VS.NET2002, C++/CLI, Windows, Dev, Beginner
Nishant Sivakumar 4.00
Introduction to Managed C++
Updated: 18 Mar 2003  
Managed C++ often gets a bum rap in the world of .NET. Some of it is deserved, some is not, and some comes from just plain misunderstanding.
.NET 1.0, WinXP, C++/CLI, Visual Studio, Dev, Beginner
ManagedCode 3.93
Managed C++ - Learn by Example - Part 1
Updated: 14 Sep 2005  
This article will teach you MC++ in a direct and experiential manner.
C++/CLI, Windows, .NET, Visual Studio, Dev, Beginner
lallous 3.93
Class Library (DLL) to automate Excel in C++ - Unedited
Updated: 5 Feb 2007  
Class Library (DLL) to automate Excel in C++
C++/CLI, Windows, .NET, Visual Studio, Dev, Intermediate
Antonio Pedro Dinis 3.91
Encrypt/Self Decrypt Files in Native C++ and .NET
Updated: 9 Aug 2003  
Encrypts/self-decrypts a file at a time based on password and chosen algorithm
VC7, VC7.1, VC8.0, .NET 1.1, Win2K, WinXP, Win2003, VS.NET2003, C++/CLI, C#, ATL, WTL, Dev, Intermediate
Leon Finker 3.89
Remote Debugging using GDB - Unedited
Updated: 29 Jul 2006  
Brief description on remote debugging using GDB, DDD and GDBserver
C++/CLI, Windows, .NET, Dev, Intermediate
Boby Thomas P 3.88
OLE DB - Bound controls
Updated: 12 Nov 2001  
Shows how you can use data bound controls with OLE DB
VC7, .NET 1.0, VS.NET2002, C++/CLI, Windows, Dev, Beginner
Nishant Sivakumar 3.85
Managed Exception Handling using VC++.NET
Updated: 8 Aug 2003  
An introduction to managed exception handling in MC++ programs
VC7, VC7.1, .NET 1.0, .NET 1.1, C++/CLI, Windows, Visual Studio, Dev, Beginner
Nishant Sivakumar 3.85
OLE DB - First steps
Updated: 1 Dec 2001  
Basic introduction to using OLE DB to insert, update and read records from a database
VC7, .NET 1.0, VS.NET2002, C++/CLI, Windows, Dev, Beginner
Nishant Sivakumar 3.85
Basic stuff on Files, Directories and Streams
Updated: 26 Jun 2002  
Demonstrates the use of the reader/writer classes as well as the file/directory info classes
VC7, .NET 1.0, VS.NET2002, C++/CLI, Windows, Dev, Intermediate
Nishant Sivakumar 3.82
A Decimal Class Implementation
Updated: 16 Feb 2003  
Use this class when high precision is required in basic numerical operations.
VC7, Win2K, WinXP, C++/CLI, .NET, Visual Studio, MFC, Dev, Intermediate
Marc Clifton 3.79
Dynamically loading a DLL - MC++
Updated: 27 May 2002  
Shows how you can load an assembly at run time, instantiate a class in that assembly and call methods on the class
.NET 1.0, Win2K, WinXP, C++/CLI, Visual Studio, Dev, Intermediate
Nishant Sivakumar 3.77
File Security (fs) Utility for the Command Line
Updated: 13 Aug 2002  
.NET command line utility, implementing file security through symmetric encryption.
VC7, .NET 1.0, Win2K, WinXP, VS.NET2002, C++/CLI, Dev, Intermediate
Bill Ferreira 3.77
Smart debug logging in C++.NET
Updated: 27 Nov 2002  
A smart logger that makes use of the new predefined VC++.NET macros.
VC6, VC7, .NET 1.0, Win2K, WinXP, VS.NET2002, C++/CLI, Dev, Intermediate
Adrian-Bogdan Andreias 3.76
File filtering and directory recursion in .NET using Managed Extensions for C++
Updated: 12 Aug 2002  
Process files based on a file filter and have the filter applied recursively to sub folders
.NET 1.0, Win2K, WinXP, C++/CLI, Visual Studio, Dev, Intermediate
Bill Ferreira 3.70
How to build an assembly that exposes Win32 APIs and native COM objects - Unedited
Updated: 18 Jun 2007  
Make managed and unmanaged calls into a dll library
VC8.0, .NET 2.0, WinXP, VS2005, C# 2.0, C++/CLI, Dev, COM, Intermediate
dmihailescu 3.69