Tutorial: Build an iPhone application using the C++ API

This tutorial guides you through the process of building an UltraLite C++ application for the iPhone using the Apple.s development tools. Wherever possible, this tutorial provides links to more detailed information.

This tutorial is based on development using Microsoft Visual C++, although you can use any C++ development environment.

 Competencies and experience

Compiling the UltraLite iPhone library
Creating an UltraLite application on iPhone
Lesson 1: Creating a new iPhone application project
Lesson 2: Adding a database to the application
Lesson 3: Adding data to the database
Lesson 4: Displaying data from the database
Lesson 5: Deleting data from the database
Lesson 6: Adding synchronization
Lesson 7: Adding a progress display
Conclusion