Previous Topic

Next Topic

Book Contents

Book Index

The Notes C++ API

Welcome to the next member of the API family - The Notes C++ API!

Coming here you have been hearing "Notes C API" all over! Why do we need another API ? Well it all cooks down to the fact that we always seek a simpler way to create and maintain our applications.

If you have read the subjects about Notes C API you'll see that the C API provides unparalleled access to Notes data. With the C API you can do almost anything! But it has it's price - complexity!

So, that's where the C++ comes in. First and foremost bringing the traditional procedural development forced by the C API over in the modern object oriented world. With the C++ you have classes, methods and properties just like LotusScript. In fact, it's very similar to LotusScript in the way it's built!

In This Section

What can the C++ API do ?

Work together with the Notes C API!

See Also

The overview over application tools in Notes

The Notes C API

Other important Notes APIs