How would I go about checking the type of a variable?
I know there is ctype, but is there an alternative?
This is a discussion on How do I check the type? within the C++ Programming forums, part of the General Programming Boards category; How would I go about checking the type of a variable? I know there is ctype, but is there an ...
How would I go about checking the type of a variable?
I know there is ctype, but is there an alternative?
You usually don't do that. Please post the code where you think this would be necessary.
My homepage
Advice: Take only as directed - If symptoms persist, please see your debugger
Linus Torvalds: "But it clearly is the only right way. The fact that everybody else does it some other way only means that they are wrong"