next up previous
Next: 3. Class Reference Up: 2. Developpers guide Previous: 2.1.5 Plugins

2.2 Programming Style

void MyFct(int arg)
{
    if(something)
    {
        Say("Hello!");
    }
}

Exception to style:STL uses other style conventions. Certain objects directly related to STL equivalents, such as iterators, use the STL conventions.



Marcel Bosc 2002-07-17