Previous Next
Road Map

Introduction
This manual introduces the SNiFF+ solution for C++ development and is centered around 7 tutorials. Each of the tutorials focuses on different SNiFF+ tools, tasks and concepts. Although each consecutive tutorial and chapter is in itself more or less modular, it is assumed that you are familiar with what has gone on before.
You will be using two different C++ example codes in this manual. The C++ example code called
filebrowser , used in the Browsing and Version Controlling Tutorials, is based on the ET++ public domain class library, whose source is part of the SNiFF+ software distribution. ET++ is an object-oriented application framework developed by the University of Zurich and the UBILAB of the Union Bank of Switzerland. For the other tutorials you will be using the C++ code called complex , which is also provided with your SNiFF+ installation.
What this manual is not
This manual is not an exhaustive guide to SNiFF+, nor will it teach you C++.

Previous Next