Roby's C/C++ Tutorial Contents
Updated 10th July 2000
I use GNU's gcc. If you using other compiler,
you may do a slight modification. However,
the concepts is all the same. Don't worry.
I plan to divide the tutorial into 4 courses :
-
Lesson 1 is all about the basics of C++.
It tells you about the basic structure, branches (if, switch),
constants, loops (for, while..do, do..while), functions, arrays,
structs and unions, string manipulation, enumerated types, work in multiple
modules, making header files, memory types, text, typed, and untyped files.
-
Lesson 2 goes far more.
It's all about pointers, all types linked-lists (single, double, circular,
multidimensional, tree), etc.
-
Lesson 3 is about Object Oriented Programming (OOP) in C++.
Contains all the basics of OOP concepts, encapsulation, inheritance,
polymorphism, pointer to objects, virtual methods, and object linked-list.
-
Lesson 4 is about C/C++ Programming for Windows
Teaches all sort of things of programming in Windows.
I haven't done all of these. If it is done, you can view it on-line.
All chapters will be viewable on the net.
Where to go ?
My programming link
Back to main programming tutorial page
Roby Joehanes © 1997, 2000