
C++
Get flash to fully experience Pearltrees
Embedded.com - References vs. Pointers
C++ tutorial for C users
These tutorials explain the C++ language from its basics up to the newest features of ANSI-C++, including basic concepts such as arrays or classes and advanced concepts such as polymorphism or templates. The tutorial is oriented in a practical way, with working example programs in all sections to start practicing each lesson right away.
C++ Language Tutorial
Multi threaded programming is becoming ever more popular. This section presents a design for a C++ class that will encapsulate the threading mechanism. Certain aspects of thread programming, like mutexes and semaphores are not discussed here. Also, operating system calls to manipulate threads are shown in a generic form. Brief Introduction To Threads To understand threads one must think of several programs running at once.

