User profile: ElusiveTau

User info
User name:ElusiveTau
History
Joined:
Number of posts:145
Latest posts:

How to set up runtime environment for developing and testing Windows apps?
I would like to learn how to write my own credential provider [1] but I don't want to roll out chang...

How to ensure log folder is created before any log calls are made?
[quote=coder777] Why can't File1/File11/File21/... create their own directory/file? Maybe they creat...

How to ensure log folder is created before any log calls are made?
The actual code I'm working with is complicated (and something I can't post) so I'm going to use a p...

How to get std::priority_queue to update dynamically when element priorities change?
Of course, one could just reinitialize another priority_queue from one that already exists. But this...

How to get std::priority_queue to update dynamically when element priorities change?
Suppose you have a custom type, [code]Foo[/code], whose [code]Num[/code] member is used to determine...