Visual C++ .NET » Beginner

We have 20 Beginner tutorials, you can see below:


Simple MDI application using Managed c++ classes.


An article to explain how to write simple MDI application using managed c++ classes.


Details    Read Tutorial    Views: 485    Rate: 5 (1 votes)    Feb 27 2007 - 08:29

Using WinForms controls in an MFC dialog


This article is a simple introduction to using the CWinFormsControl MFC class to put a Windows Forms control on an MFC dialog.


Details    Read Tutorial    Views: 363    Rate: 0 (0 votes)    Feb 27 2007 - 08:21

OLE DB - First steps


Basic introduction to using OLE DB to insert, update and read records from a database


Details    Read Tutorial    Views: 324    Rate: 0 (0 votes)    Feb 05 2007 - 12:49

Introduction to Managed C++


An attempt to get a beginner started on Managed C++


Details    Read Tutorial    Views: 492    Rate: 0 (0 votes)    Feb 05 2007 - 12:41

Delegates in managed C++


This sample demonstrates single- and multi-cast delegates using C++, including declaration, creation and usage, and a discussion on type safety.


Details    Read Tutorial    Views: 314    Rate: 0 (0 votes)    Feb 05 2007 - 12:39

Using properties in managed C++


An introduction to using scalar and indexed properties in managed C++


Details    Read Tutorial    Views: 283    Rate: 0 (1 votes)    Feb 05 2007 - 12:38

Managed C++ - Learn by Example - Part 1


This article will teach you MC++ in a direct and experiential manner.


Details    Read Tutorial    Views: 384    Rate: 0 (0 votes)    Feb 05 2007 - 12:34

Garbage Collection in .NET


A quick introduction to Garbage collection in .NET using Managed C++


Details    Read Tutorial    Views: 270    Rate: 0 (0 votes)    Feb 05 2007 - 12:32

Hello C++/CLI - Part 2


Second part of the series: leaving Platform SDK behind, and MDI Forms.


Details    Read Tutorial    Views: 298    Rate: 0 (0 votes)    Feb 03 2007 - 14:22

Hello C++/CLI - Part 1


A multi-part article, introducing a C++-background person into the world of C++/CLI.


Details    Read Tutorial    Views: 342    Rate: 0 (0 votes)    Feb 03 2007 - 14:21

Creating and Using User Controls with .NET Framework 2.0 using Visual Studio 2005 C++/CLI


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.


Details    Read Tutorial    Views: 271    Rate: 5 (1 votes)    Feb 03 2007 - 14:20

Using generics in C++/CLI


Introduces generics and compares it with templates


Details    Read Tutorial    Views: 300    Rate: 0 (0 votes)    Feb 03 2007 - 14:19

Arrays in C++/CLI


The article exposes the new array syntax available in C++/CLI for the declaration and use of CLI arrays


Details    Read Tutorial    Views: 349    Rate: 0 (0 votes)    Feb 03 2007 - 14:18

An overview of interior pointers in C++/CLI


Tries to explain the syntax, usage and behavior of interior pointers in C++/CLI


Details    Read Tutorial    Views: 259    Rate: 0 (0 votes)    Feb 03 2007 - 14:16

Function overriding in C++/CLI


Takes a look at new features like explicit overriding, renamed overriding, multiple overriding and sealing a method


Details    Read Tutorial    Views: 330    Rate: 0 (0 votes)    Feb 03 2007 - 14:16

A first look at C++/CLI


A brief look at the new C++/CLI syntax and how it improves over the old MC++ syntax


Details    Read Tutorial    Views: 267    Rate: 0 (0 votes)    Feb 03 2007 - 14:15

How to pass data to worker threads


Shows how you can pass data to your worker threads


Details    Read Tutorial    Views: 237    Rate: 0 (0 votes)    Feb 03 2007 - 14:11

Introduction to C++/CLI Generics


Before version 2.0, the .NET framework supported the Universal Type Container Model, in which objects are stored in a uniform manner. The universal type container in the Common Type System is Object and all types are derived either directly or indirectly from it. Version 2.0 of the framework supports a second model.


Details    Read Tutorial    Views: 288    Rate: 0 (0 votes)    Jan 21 2007 - 18:12

Visual Studio .NET: Managed Extensions Bring .NET CLR Support to C++


If you\'re a longtime C++ programmer, the thought of migrating to Visual Studio .NET might make you wary at first. However, a new feature of Visual C++, the managed extensions for C++, allows you to build apps with the .NET Framework. When you use managed C++, your code is handled by the common language runtime (CLR). This provides advanced features like garbage collection, interoperability, and more. This article explains why you\'d want to use the managed extensions, how to use them, how to mix managed and unmanaged code, and how your managed code can interoperate with programs written in other languages.


Details    Read Tutorial    Views: 340    Rate: 0 (0 votes)    Jan 21 2007 - 18:04

Breaking Changes in Visual C++ 2005


There are a number of changes that you can expect to see in Microsoft Visual C++ 2005. In this article, I present a number of changes that can already be found in Visual C++ 2005 that you may encounter when upgrading your own programs.


Details    Read Tutorial    Views: 322    Rate: 0 (0 votes)    Jan 21 2007 - 17:52