int转多进制

char buf[4];

int len=100;

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

posted @ 2016-10-18 22:07  朱小勇  阅读(152)  评论(0编辑  收藏  举报