constant class variableWell it is but you have to provide initialisation of maxusers_ in the initializer list of the constr...
Inserting Object into a ListAs far as your print function is concerned - you have to provide an overloaded << operator for the C...
Multithreading Test Programmkbhit() will return a positive number each time it is called after you press any key. So in your loo...
How to create array of pointers to objectthe statement: t[0]->a=10; is an error because t[0] is an object not a pointer to an object so...
embed version information on binariesThe best is probably to parse the command line and maintain version information in the source files ...
This user does not accept Private Messages