Does C++ Console apps have a TryParse equivalent.. I mean .Net has it for both C# and C++ but why does C++ Consoles NOT have this! Or am I just wrong and cannot find it?
I was thinking of writing my own with templates that can be use for ANY type but I'm not sure how I would check if the values are 'parse-able' or not and then to reset the variable upon fail I guess that's where I'd catch an exception :S