About Flip Programming Guide
The Programming Guide is a serie of guides intented for flip developers to assist into common tasks when writing a Flip application.
How to Use This Document
If you want to add flip support to your application, first read Flip Overview to have a taste of the features that flip can add to your application.
You don’t necesseraly need to read each chapter of this manual. Chapters are separated in very specific tasks, for a very specific need.
Prerequisites
You should be familiar with C++ programming, especially templates. You should be also familiar with basic C++ design patterns such as the Singleton or Delegate pattern.
You should be familiar with the MVC design pattern. In a flip managed application, flip acts as the Model part of the MVC design pattern. The Flip Overview gives the basic idea behind the MVC design pattern and how it is used in Flip.
You should have read the Flip Babystep Tutorial priori to reading this guide.
See Also
See Flip Framework Reference for details on Flip classes.