Moderators[quote=seeplus]If the existing moderators aren't around any more then perhaps the owner could create...
cppreference UI updateI agree. I hope they fix this soon.
Interacting with a vector of objects derived from base class[quote]It didn't work right aways because of some issues with the virtual destructor.[/quote] The de...
Interacting with a vector of objects derived from base class[quote]//ToolToUse can be something from the players inventory or something from the gameworld[/quot...
Interacting with a vector of objects derived from base classConsider this alternative design that uses a simple struct instead of a class hierarchy: [code]#inc...