.: VisualStudio Tutorials  Add to Technorati Favorites

In this page I intend to put some material for starters and depending on requests I’ll try to explain some issues or explain why some type of compiler errors occurs too (some times there some bizarre messages, believe me). For starters, I suggest to take a look in the “creating a project” tutorial just to know how to start programming in this IDE. After this I’ll put some tricks to debug your code with ease using the step-by-step debugger tool (wich is the best feature of this IDE), explain how to create libs or dll’s projects, and other stuff that can be usefull to you people.

.: Tutorial Content.

    1. Creating a Win32 Console Project