Tutorial: Building a Windows application using the C++ API

This tutorial guides you through the process of building an UltraLite C++ application. The application is built for Windows desktop operating systems, and runs at a command prompt.

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

The tutorial takes about 30 minutes if you copy and paste the code. The final section of this tutorial contains the full source code of the program described in this tutorial.

 Competencies and experience
 See also

Lesson 1: Creating and connecting to a database
Lesson 2: Inserting data into the database
Lesson 3: Selecting and listing rows from the table
Lesson 4: Adding synchronization to your application
Code listing for tutorial