ClanSoft logo
ClanSoft logo

    CL_ClanApplication::main

Syntax

virtual int main(
        int argc,
        char** argv);

Parameters

argc-The number of arguments to the program (c-style)
argv-A pointer to strings, containing the program arguments. The name of the program executable is always passed as first argument.

Return value

Program return value

Description

Every program made using ClanLib must implement this function. This is the main application function, which will be called _once_ following system initialization.


Back to index



This page was built using the Perceps documentation system.