In the following sections, we explain the use of the C++ API by creating a program to compute Fibonacci numbers. Due to its recursive nature CnC doesn't necessarily provide the most natural expressiveness for Fibonacci. However, Fibonacci has the right complexity and characteristics to demonstrate CnC's C++ API.
After creating a first program, we will introduce a debugging-interface and more advanced features like a tuning interface providing powerful tuning knobs.
Next: Getting Started with Fibonacci