officialblueboys New Member Dec 6, 2005 #1 Hi to all members How can you find the length of an int type value in C++???
J Jerkstore New Member Dec 6, 2005 #2 the length?? as in amount of characters?? did you try casting as a string and using .length()?