4 | | The BOINC API is a set of C++ functions. Most of the functions have a C interface, so that they can be used from programs written in C and other languages. Unless otherwise specified, the functions return an integer error code; zero indicates success. |
5 | | |
6 | | BOINC applications may generate graphics, allowing them to provide a screensaver. See the [GraphicsApi graphics API]. |
7 | | |
8 | | BOINC applications may consist of several programs that are executed in sequence; these are called compound applications. See the [CompoundApps compound application API]. |
| 4 | The BOINC API is a set of C++ functions. |
| 5 | Most of the functions have a C interface, |
| 6 | so that they can be used from programs written in C and other languages. |
| 7 | Unless otherwise specified, the functions return an integer error code; zero indicates success. |
| 8 | |
| 9 | BOINC applications may has an associate graphics program, |
| 10 | which can act a a screensaver. |
| 11 | The API for these graphics apps is [GraphicsApi here]. |
| 12 | |
| 13 | BOINC applications may consist of several programs that are executed in sequence; |
| 14 | these are called compound applications. |
| 15 | See the [CompoundApps compound application API]. |