Official Review
NULL
|
Other links at C and C++ > Tips and Tutorials > Introduction to C and C++ |
| 1. |
Beginning Visual C++
|
|
|
This tutorial will go through the basics in programming with Visual C++ v6.0. Will cover from variables, string manipulation, arrays, loops and up to working with files.
|
| 2. |
Programming in C/C++
|
|
|
This tutorial starts from the very beginning, and goes to the more complicated areas of the C/C++ programming. A nice tutorial, if you are beginner, and want to get good C/C++ knowledge to continue to the more advanced levels.
|
| 3. |
C++ Tutorial
|
|
|
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).
|
| 4. |
C Programming Email Course
|
|
|
This is a programming course which comes to you by email. You receive 7 lessons of the course. You can either ask your questions and course problems in our public forums or register for a personal tutor. Course includes examples, sample codes, etc.
|
| 5. |
Introducing pointers
|
|
|
Pointers represent an important aspect of C++. Although, newbies often get confused with pointers, even those who know other programming languages.
|
|
|