Hacker News new | ask | show | jobs
by alvarelle 2265 days ago
In C++ you can't hide a variable with another of the same name in the same scope. So you'd want to give different names to all the 'state' variables.