Is there a programmatic way to determine the maximum value for any numerical data type?<BR><BR>For example, instead of doing something like this:<BR>const int INT_MAX = 32767; // <-- some arbitrary ...