User: donovano

  • Public profile

User profile: donovano

User info
User name:donovano
History
Joined:
Number of posts:8
Latest posts:

constant class variable
Well it is but you have to provide initialisation of maxusers_ in the initializer list of the constr...

Inserting Object into a List
As far as your print function is concerned - you have to provide an overloaded << operator for the C...

Multithreading Test Programm
kbhit() 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 object
the 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 binaries
The best is probably to parse the command line and maintain version information in the source files ...

This user does not accept Private Messages