| App |
|
Constructor
Constructor
Starts the application
App( DWORD argc, LPTSTR argv[] ) |
|
Constructor.
Initialize the application with the parameters from the command line.
| Parameters | |
| argc | paramaters count (or argv size). |
| argv | parameters vector; [0] is the command name, [1] is the first command line parameter, and so on. |
App( ) |
|
Constructor.
Initialize the application.
virtual int run( ) |
|
Starts the application.
Return | |
| the exit code. | |