User: kigar64551

  • Public profile

User profile: kigar64551

User info
User name:kigar64551
History
Joined:Nov 28, 2021 at 4:11pm
Number of posts:837
Latest posts:

destructors are not called in the right order
In general, objects are destroyed in the [i]reverse[/i] order that they have been created. For [i]l...

compile error when building shared libs
C and C++ use different name mangling.

destructors are not called in the right order
A "static" library is really just an archive that bundles a bunch of [tt].obj[/tt] files. So it real...

Safer way to maintain struct initializations
Maybe you want to take a look at the [i]"pimpl" (pointer to implementation)[/i] pattern: https://lea...

How to create white noise random hashing function?
I think you can use any proper [b]hash function[/b] to produce a (pseudo) "random" value from a give...

This user does not accept Private Messages