« free Visual C++ Resources »

Welcome Guest. Please Login or Register.
Feb 9th, 2010, 06:22am



ussu

cvgsalford.tk
Code / Technology Related Discussions
coding (Moderator: Claxon)
  free Visual C++ Resources
« Previous Topic | Next Topic »
Pages: 1 
   Author  Topic: free Visual C++ Resources  (Read 2421 times)
simon
The Bearded One


member is offline



I am the Law (No please, don't hurt me!)

ICQ AIM
Homepage Email PM

Gender: Male
Posts: 722
free Visual C++ Resources
« Thread started on: Aug 22nd, 2002, 12:14am »

Teach Yourself Visual C++ 5 in 24 Hours
http://cma.zdnet.com/book/visualc/index.htm
Free online book.

Visual C++ Tutorial
http://web.sau.edu/LillisKevinM/tutorial/
This tutorial guides you through the process of creating a simple console application using Visual C++ 6.0

Visual C++ Tutorial
http://faculty.stcc.edu/wallock/mk110/vc++_tutorial.html
Short tutorial with screenshots that shows how to create a simple console application.

Intro to MS Visual C++ 6.0
http://ei.cs.vt.edu/~cs1205/c/intro.html
Six pages with screenshots about getting started with projects, etc.

Visual C++ Tutorial
http://www.ddj.com/articles/2001/0185/languages/c/visual_cpp_tutorial.htm
Seven lesson Visual C++ tutorial at Dr. Dobbs.

Visual C++ And MFC Library
http://www.functionx.com/visualc/
A number of how-tos about Visual C++ and MFC.

Sam's Visual C++ Programmer Stuff
http://www.cpp.atfreeweb.com/index.asp
Articles, sample MFC code and other Visual C++ resources.

Visual C++ Tutorials
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/vctutor98/HTML/tutorhm.asp
Visual C++ provides eight tutorials to help you begin learning new areas of the development system. Each tutorial is broken into steps, and complete code is supplied for each step. You can work through the tutorials step by step or build the code.

The New Stuff in Microsoft Visual C++ 6.0
http://www.appdev.com/newstuff/default.asp?NewPage=vcnewstuff.htm
In this tutorial you'll learn about the new features in Visual C++ 6.0 and how they work.

Visual C++ and MFC Tutorials
http://www.mindcracker.com/mindcracker/_home/tutorials.asp
This section contains useful tutorials for developers.

A Simple COM tutorial using ATL
http://codeguru.earthweb.com/atl/COM_ATL_Tutorial.shtml
The purpose of this tutorial is to give you an idea on how to create a COM Server using ATL, and then being able to call the server from both a Visual C++ program, and a Visual Basic program.

Visual C++ Tutorial & Basic Concepts
http://elvis.rowan.edu/~kay/cpp/vc6_tutorial/
This page contains link to a number of pdf files about getting started in Visual C++.

The Joy of Six
http://www.devx.com/free/mgznarch/vcdj/1998/augmag98/joyofsix1.asp
Visual C++ Developer's VB 6.0 article.

Active Template Library (ATL) Frequently Asked Questions
http://support.microsoft.com/default.aspx?scid=KB;EN-US;q166480&
Microsoft Knowledge Base Article - Q166480

Enterprise Development with Visual C++ 6.0
http://www.devx.com/free/mgznarch/vcdj/1998/octmag98/entdev1.asp
Introduction and overivew at Visual C++ Developer's Journal.

Visual C++ 6.O’s Key Role in Windows DNA
http://www.devx.com/free/mgznarch/vcdj/1999/aprmag99/dna1.asp
Powerful synergy for business applications development.

Visual C++ 6.0 Snapshot of new Features
http://www.devx.com/free/mgznarch/vcdj/1998/jun98/VC601.asp
Visual C++ Developer article.

Logged


need ?jebus says
simon
The Bearded One


member is offline



I am the Law (No please, don't hurt me!)

ICQ AIM
Homepage Email PM

Gender: Male
Posts: 722
Re: free Visual C++ Resources
« Reply #1 on: Aug 22nd, 2002, 12:15am »

Visual C++ Debug Tutorial
http://www.csam.iit.edu/~resource/supporting/vc/vc_debug.html
How to set breakpoints, set watches, and step through an executing program line-by-line.

Brief primer on using Visual C++
http://joda.cis.temple.edu/~koffman/cis67/vcenvirn.doc
Word doc.

Visual C++ Tutorial
http://www-ee.eng.buffalo.edu/faculty/paololiu/edtech/roaldi/tutorials/c++.htm
This tutorial is meant to be a startup tool for student unfamiliar with Microsoft Visual C++. It's purpose is to be a basic introduction to creating files and using the debugger.

How to use Visual C++ in the Microsoft Developer Studio
http://bailey.cs.uop.edu/smith/comp51/usingVisualC++.doc
The tutorial prescribes how a C++ program is created, compiled, linked and run using Visual C++. (Word Document)

Introduction to Microsoft Visual C++ 6.0
http://www.gaddisbooks.com/standard/Downloads/introvc.zip
This guide serves as a quick reference for starting a new project and entering code, saving a project to disk, compiling & executing a project, and creating Multi-File Projects. (Zipped Word Document)

Getting Started with Microsoft Visual C++
http://facultyfp.salisbury.edu/taanastasio/COSC220/Fall01/Goodies/VisualTutor.pdf
This tutorial demonstrates the basic steps required to create and execute C++ programs using Microsoft's Visual C++ software package. (PDF Document)

Visual C++ Tutorial
http://www.gaffer.org/ptc/distributions/Windows/visual.html
This tutorial is designed to teach a programmer new to Visual C++ how to create a project and workspace for their own applications that use OpenPTC.

Visual C++ FAQ
http://www.mvps.org/vcfaq/
This is the MVP's Frequently Asked Questions Page for Microsoft Visual C++. In here you'll find answers to several common asked questions about Visual C++, MFC and Windows development in C/C++, as well as other related stuff.

ATL Client Application Tutorial
http://codeguru.earthweb.com/atl/atlclienttut.shtml
Tutorial that shows steps involved in writing a container application for an ActiveX control.

Visual C++ Programming Forum
http://www.codeguru.com/forum/forumdisplay.php?s=&forumid=7
Discussion group at codeguru.

Standard C++ Library Reference
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/vclang98/HTML/INDEX.asp
Microsoft Visual C++ reference.

http://msdn.microsoft.com/visualc/default.asp
http://www.freeprogrammingresources.com/Visual%20C++.net%20Homepage
Technical articles, documentation and such.

Using Visual C++ and intro. to debugger
http://joda.cis.temple.edu/~koffman/CPlusPrimer.html
Word doc.

Using Visual C++ within MS Developer studio
http://joda.cis.temple.edu/~koffman/cis67/msdevstu.txt
Text doc.

Microsoft Visual C++ Programming Zone
http://www.onesmartclick.com/programming/visual-cpp.html
Links to more Visual C++ resources.

Using the debugger
http://joda.cis.temple.edu/~koffman/cis67/debug.doc
Word doc.

Introduction to Visual C++ Debugging
http://ei.cs.vt.edu/~cs1205/c_debug/intro.html
Six pages with screenshots about Visual C++ debugging.

Getting Started
http://msdn.microsoft.com/visualc/techinfo/training/tour.asp
Microsoft's guided tour of Visual Basic C++ 6.0.

Using Microsoft Visual C++ in the Classroom
http://www.studio-ide.com/downloads/usingvc/index.html
The guide is available to all teachers and students using Visual C++.

Visual C++ tutorial
http://www.cs.uit.no/studier/kurs/d241/info/2001h/stuff/visualc_tutorial/Visual%20C%20Tutorial.htm
Short tutorial on creating a C console application with Visual C++.

Visual C++ Tutorial
http://eagle.svsu.edu/acm/progcontest/tutorials/cpp/C++Help.shtml
Another tutorial for creating Win32 console apps.
« Last Edit: Aug 22nd, 2002, 12:22am by simon » Logged


need ?jebus says
Claxon
Moderator


member is offline



Irrational Behaviour

ICQ YIM YIM
Homepage PM

Gender: Male
Posts: 705
Re: free Visual C++ Resources
« Reply #2 on: Sep 11th, 2002, 6:42pm »

http://www.gametutorials.com/ - This site looks very interesing. Not really gone through it yet but could be helpful.
Logged

Formerly iFone Tech Team

Formerly Glu Mobile Manchester Tech Team

Namco Bandai Networks Europe J2ME programmer
TheMachine
Newbie


member is offline






PM

Gender: Male
Posts: 48
Re: free Visual C++ Resources
« Reply #3 on: Sep 30th, 2004, 6:00pm »

Game Tutorials is quite good, especially for the Quake III BSP Tutorials, just dont take the code as gospel as there are mistakes in some of the tutorials.

-------

www.gamedev.net - Game Development Site

--------

www.flipcode.net (new version being developed at www.flipcode.org) - Another development site, pay attention to the image of the day gallery as some of the examples are from people who are now in the industry.

-----

http://msdn.microsoft.com/library/default.asp - Everyone needs a help resource when it comes to MS API's

---

http://msdn.microsoft.com/library/en-us/sdkintro/sdkintro/devdoc_platform_software_development_kit_start_page.asp?frame=true - Downloadable Version of the documentatio, not always as up to date as the web site.

--------

http://msdn.microsoft.com/library/default.asp?url=/downloads/list/directx.asp - DirectX SDK
Logged

TheMachine
Newbie


member is offline






PM

Gender: Male
Posts: 48
Re: free Visual C++ Resources
« Reply #4 on: Oct 1st, 2004, 1:04pm »

http://allboards.lionhead.com/forumdisplay.php?f=14 - Lionhead forums, very usefull place, especially as you'll get responses off Lionhead employees.
Logged

deadstar
Guest
Re: free Visual C++ Resources
« Reply #5 on: Sep 28th, 2006, 07:33am »

on Sep 11th, 2002, 6:42pm, Claxon wrote:
http://www.gametutorials.com/ - This site looks very interesing. Not really gone through it yet but could be helpful.


I'm about to order the CD - could someone clarify if it's worth it?

After a quick email about NUS discount, they've offered me a final price of £29.00.

I'm more a Linux + OpenGL programmer, but this package looks like it could be useful.
Logged

Pages: 1 
« Previous Topic | Next Topic »

ussu
Monthly Ad-Free Plan!

$6.99 Gets 50,000 Ad-Free Pageviews!

This Board Hosted For FREE By SuddenLaunch
Get Your Own Free Message Board!