User profile: strike86

User info
User name:strike86
History
Joined:
Number of posts:2
Latest posts:

robert Sedgewick
anyone got this book algorithms in c++ part1-4 for author robert Sedgewick

const_cast
trying to understand the usage of const_cast const char* text="bb"; (const_cast<char&>(*text))='...