General Programming
Pascal Tutorial
I wrote a Pascal tutorial when I was learning basic Pascal. It contains only the basic aspects of Pascal; I knew very little when I wrote it. For example, it contains nothing about recursion, pointers, etc. But it's good for beginners.
General Programming Links
- The C++ Resources Network - for C++.
- Python Programming Language
- C++ tip : Use forward declaration when possible - solution to the problem of circular references in header files.