User profile: fmad

User info
User name:fmad
History
Joined:
Number of posts:9
Latest posts:

A better way to define class id
[b]mbozzi[/b] This looks good. Thanks.

A better way to define class id
[b]JLBorges[/b] Oh, forgot to mention. RTTI is not available.

A better way to define class id
Hello. Currently I define class ids as follows: [code]class Base { public: static unsigned typeI...

Concurrent lock-free unique id generator
Well I've tested atomicity of 64-bit variables on needed architectures and yes they're lock-free. So...

Concurrent lock-free unique id generator
[b]Repeater[/b] [quote]A 32 bit system is quite capable of using a 64 bit int.[/quote] I know. But 3...