Tutorial search
Tutorials
Stuff
Affiliates
Photoshop Templates
Featured Photoshop templates - professional ready to use designs for your next project.
View all templates
Beginning Visual C++ 6.0 - C++ tutorial

Beginning Visual C++ 6.0 tutorial description
| Added on | 05.03.2008 |
| Total clicks | 30 |
| Tutorial Rating | 0 |
| Tutorial Difficulty | 0 |
Beginning Visual C++ 6.0
More cool C++ tutorials:

A tutorial on a useful yet poorly understood language feature, useful as a cache or to enable a different sort of polymorphism.

This article demonstrates using string/char* indexes in regular C array, e.g. myArray["age"]=10;
We usually use numaric indexes in arrays with C and C++. But there can be another way of using C / C++ arrays like in PHP, e.g.
We usually use numaric indexes in arrays with C and C++. But there can be another way of using C / C++ arrays like in PHP, e.g.

This is an extensive tutorial, starting with the very beginning, and going through the main concepts in the C++ programming, and finishes with the OOP (Object-Oriented-Programming).

This is the first lesson I wrote. Its purpose is to introduce you to the world of programming, showing you the way computers think or archive data. Please be patient and read through the whole lesson carefully in order to fully understand showed examples and calculations. I understand you can't wait to start using the code, but believe me these general foundations are somehow necessary to fully understand next tutorials and lessons I'll provide you with.





