User profile: Peter87

User info
User name:Peter87
Website:http://dataapa.net/
History
Joined:
Number of posts:11264
Latest posts:

Moderators
[quote=seeplus]If the existing moderators aren't around any more then perhaps the owner could create...

cppreference UI update
I 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 class
Consider this alternative design that uses a simple struct instead of a class hierarchy: [code]#inc...