int 转 const char*

char name[10];
 _itoa_s(i,name,10);
const char* path=".jpg";
strcat(name,path);

 

posted @ 2018-05-24 14:30  Henry2017  阅读(828)  评论(0编辑  收藏  举报