User profile: coder777

User info
User name:coder777
History
Joined:
Number of posts:8434
Latest posts:

Cyclic dependencies - how to deal with them?
You can make it like so: GridCtrl.h:[code]struct GridCtrlHandler; struct GridCtrl { ... };[/code] Gr...

How to get std::priority_queue to update dynamically when element priorities change?
[quote]Q1. Is it possible to modify the priority of elements already stored inside a priority_queue?...

help with reference usage
It is of course not a compiler but a runtime message. First you expect that [code]intervals[/code] ...

Help with text-based fighting game health bar
You need to move line 56/57 before line 45. But since line 57 is always the maximum damage the play...

literal for one day
@George P day (of month) exists but day[b]s[/b] (duration) does not exist [i]as literal[/i].