C Tutorials
Working with C++C Tutorials - Working with C++
Working with C++
Starting on the Right Foot
Your Constant Companion
The Calm Before the Storm
New and Improved
Merrily Down the Streams
Non-Plused
OOP, Not Oooops!
Weighing the Pluses and Minuses
C Coding Suggestions
Why is C's successor called ?C plus-plus?? One rationale is that C++ is a ?better C? (the first ?plus?) and adds object-oriented programming (OOP) features (the second ?plus?). But C++ brings with these beneficial additions some devilish problems. Maybe they should have called it ?C plus-plus-plus? or ?C plus-and-minus.? Whatever you call it, C++ requires careful attention to reap its advantages and avoid its problems.