Short: BCC tutorial. Effective BOOPSI programming with BCC. Author: flowerp@eikon.e-technik.tu-muenchen.de (Christian Buchner) Uploader: flowerp eikon e-technik tu-muenchen de Type: dev/c Architecture: m68k-amigaos This is an example how to use BCC to program BOOPSI classes. BCC is a development tool for MUI and BOOPSI classes. BCC allows to use C++ syntax for implementing, creating, handling and disposing BOOPSI classes. However there was no example available showing how to implement a BOOPSI class with BCC. So I figured out everything myself. I transcribed a simple BOOPSI example from Aminet to BCC syntax. The author was very helpful and fixed some nasty bugs that made using BCC sometimes quite painful. If you are used to C++ syntax (for example when programming object oriented GUIs with QT), you will surely like BCC a lot. BCC 3.5 now seems to be quite stable. I can truly recommend it for simplifying and speeding up your BOOPSI development.