| Microsoft Visual C++ Tutorials |  |
|
| Tutorial: “Visual C++ Walkthrough: Using the Visual Studio IDE,” from Microsoft. Discusses working with projects and solutions, using the solution explorer, adding a class to a project, adding a source file, fixing compilation errors, fixing compilation errors using the IDE, testing a program, running a program in Debug mode, and debugging a program.
| http://msdn2.microsoft.com/en-us/library/ms235632(VS.80).aspx
|
|
| Tutorial: “Visual C++ Walkthrough: Creating a Windows Forms Control,” from Microsoft. Discusses creating a new Windows Form control project, designing the control, setting the User Control properties, adding a custom property to a control, creating a Windows Forms application project, adding a control to the toolbox, and placing instances of a control on a form.
| http://msdn2.microsoft.com/en-us/library/ms235628(VS.80).aspx
|
|
| Tutorial: “Visual C++ Walkthrough: Creating and using a Managed Assembly,” from Microsoft. Discusses creating a new class library project, adding a class to the library class, creating an application that references the class library, using the functionality of the class library in a console application, and running the application.
| http://msdn2.microsoft.com/en-us/library/ms235638(VS.80).aspx
|
|
| Tutorial: “Managing Game State with OGRE.” The tutorial describes how to manage game states in ORGRE. Topics include the GameState class, the InputManager class, the GameManager class, game states (Intro, Play and Pause), and adding mouse support. A link is provided for the updated source and project files for Visual C++ 8 and Ogre 1.2.1 Dragon.
| http://www.ogre3d.org/wiki/index.php/Managing_Game_States_with_OGRE
|
|
| Tutorial: “Visual C++ Walkthrough: Creating and Using a Dynamic Link Library,” from Microsoft. Discusses creating a new Dynamic Link library (DLL) project, adding a class to the DLL, creating an application that references the DLL, using the functionality of the class library in a console application, and running the application.
| http://msdn2.microsoft.com/en-us/library/ms235636(VS.80).aspx
|
|
| Tutorial: “Visual C++ Walkthrough: Creating and Using a Static Library,” from Microsoft. Discusses creating a new static library project, adding a class to the static library, creating an application that references the static library, using the functionality of the static library in the console application, and running the application.
| http://msdn2.microsoft.com/en-us/library/ms235627(VS.80).aspx
|
| |
|
| Tutorial: “Visual C++ Walkthrough: Creating an XML Web Service Using C++ and the CLR,” from Microsoft. Discusses creating an ASP.NET web service project with C++, implementing the XML web service, adding an XML web service method, debugging the XML web service, using a breakpoint, and deploying an XML web service using a Web Setup project.
| http://msdn2.microsoft.com/en-us/library/a86z84tw(VS.80).aspx
|
|
| Tutorial: “Visual C++ Walkthrough: Accessing an XML Web Service Using C++,” from Microsoft. Discusses creating an XML web service client application, adding a web reference, accessing the XML web service, debugging the XML web service client and using a breakpoint.
| http://msdn2.microsoft.com/en-us/library/2k53kft2(VS.80).aspx
|
|
| Tutorial: “Visual C++ Walkthrough: Accessing an XML Web Service Using C++ and the CLR,” from Microsoft. Discusses creating an XML web service client project, creating a console application, adding a web reference, accessing the XML web service, debugging the XML web service client and using a breakpoint.
| http://msdn2.microsoft.com/en-us/library/14hykb68(VS.80).aspx
|
|
|
| |
 |
|