Cbexamples Collection of C++ Builder examples and applications

Quality code samples, tutorials and applications

1. FireMonkey 2D mouse drawing

FireMonkey C++ Builder example. This example shows how to use the mouse to draw 2D shapes, how to change the line width, color and transparency. Full XE2 source code.

2. FireMonkey selecting and moving

FireMonkey C++ Builder example on how to select, resize and move shapes using the TSelection. Full C++ Builder XE2 source code and project files.

3. Firemonkey camera rotation

FireMonkey camera rotation and zooming example. Use left mouse button to rotate the camera around the scene and use the mouse wheel to zoom in and out. Full source code and project files.

4. Simple thread example

Example on how to create, use, and terminate a thread in C++ Builder. This example also shows how to synchronize the thread methods and update the VCL.

5. UDP server client example

C++ Builder UDP example on how to work with Indy IdUDPClient and IdUDPServer components, how to send messages, set up servers OnUDPRead event and more. Full source code and project files.

Have questions?