User profile: ElusiveTau

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

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...

Turn-based Card Game Feature: Out-of-turn Trade Request
Just FYI, I haven't written any code for the game. I'm in the planning phase, brainstorming how cert...