Use the itoa function. Code: char tmp[20]; char* MyStr = itoa(10, tmp, 20);
char tmp[20]; char* MyStr = itoa(10, tmp, 20);
Forum Rules