C++ Skeleton

The skeleton.h header file contains a simple C++ class definition. I use it when I start developing a new class.

skeleton.h

Rename skeleton.h to a name appropriate for your class and change the name CCCCC as required. The code contains rules and tips for writing good C++ code. You might also take a look at the books by Meyers and Stroustrup.

Home