Cbexamples Collection of C++ Builder examples and applications

Quality code samples, tutorials and applications

1. C++ Builder remote desktop

C++ Builder remote desktop example using standard Indy IdTCPServer and IdTCPClient components. Server sends live stream to client. This tutorial shows how to send files, struct members and how to control the remote computer. No third party components.

2. Database filter example

Database example on how to insert, edit, delete and filter database records. Filtering can be done in one or in all columns. Database used is MS Access.

3. Database printing example

C++ Builder example on how to print the current or all database records using Rave. Also shows how to insert, edit and delete database records.

4. Database calculated fields

Database calculated fields ADO example. All calculations are done in code via math formulas.

5. Server client example

Indy server client chat example shows how to send and receive text messages between server and client how to connect, disconnect and listen for response and how to update the status using the overridden TNotify class. This example uses the timer.

6. Indy server multiple clients example

Indy C++ Builder example showing how to work with multiple clients, send message to all connected clients, count the number of connected clients and how to disconnect all clients using Indy IdTCPServer and IdTCPClient components in C++ Builder.

Have questions?