Convert char to int (not ASCII)i don't get it. if you want to transform a char to an int, simply put: [code] char c='9'; int i; i=c...