5,114,210 members and growing! (15,211 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 3.86
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.22
 

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.70
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.65
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.64
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.63
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.62
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.57
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.56
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.45
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, DBA, Dev, LINQ, Intermediate
Tomas Petricek 4.42
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.41
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.38
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.36
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.28
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, Arch, Dev, QA, Design, LINQ, Intermediate
Nishant Sivakumar 4.21
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.16
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.13
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.84
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.50
.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.15
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.00
DirectoryList 2.0 - Unedited
Updated: 31 Mar 2008
A custom listbox control to help visually manipulate data
.NET 2.0, VS2005, VS2008, C++, C++/CLI, .NET, Win32, Visual Studio, WinForms, Intermediate, VC9.0
nirvansk815 2.95
 

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.80
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.70
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.70
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
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
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.60
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.59
Using Unmanaged C++ Libraries (DLLs) in .NET Applications - Unedited
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
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.36
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
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.32
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.32
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
get Physical HDD serial number without WMI - Unedited
Updated: 6 May 2008
get Physical HDD serial number with no WMI
VC8.0, .NET 2.0, VS2005, C# 2.0, C++/CLI, Windows, Dev, Intermediate
dmihailescu 4.29
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.28
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.27
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.27
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.22
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
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.15
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
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.13
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
Load JPEG images from DLL with LoadResource in Managed C++
Updated: 12 Mar 2007
Load JPEG images from DLL with LoadResource in Managed C++
VC8.0, .NET 2.0, VS2005, C++/CLI, Windows, Dev, Intermediate
Giuseppe Pischedda 4.11
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.05
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.04
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 4.03
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.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
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.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
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 3.92
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.91
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
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 3.83
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.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
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
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.69
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.64
Wired PS3 Six Axis Controller Using USB HID as Input
Updated: 14 Feb 2008
An article on using the USB Human Interface Device api for reading a wired PS3 controller including motion.
C++, Windows, Dev, Intermediate
ETA 3.60
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 3.59
Intelligent Screen Saver - Unedited
Updated: 15 Aug 2007
A utility to control screen saver on your computer using computer vision (human face detection), rather than idle timer.
VC7.1, VC8.0, .NET 1.1, .NET 2.0, Win2K, WinXP, Win2003, Vista, VS.NET2003, VS2005, C# 1.0, C++/CLI, Dev, Advanced
Zeeshan Ejaz Bhatti 3.58
Decimal to English Fraction Algorithm
Updated: 23 Jan 2005
A four line algorithm in MC++ for converting decimals to fractions.
VC7.1, WinXP, VS.NET2003, C++/CLI, .NET, Dev, Intermediate
Gammill 3.53
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