int转多进制

char buf[4];

int len=100;

_itoa(len,buf_len,16);//16代表十六进制,可用其他进制

原文地址:https://www.cnblogs.com/judes/p/5975292.html