uchar code
timestr[]=__TIME__;
前面是得到的系统时间,我想着化成时分秒,下面的程序出现了错误,说是指针不对望指教
1.C(84): error C214: illegal pointer conversion
uint shi=0,fen=0,miao=0;
shi=atoi(timestr[0])+atoi(timestr[1]);
fen=atoi(timestr[3])+atoi(timestr[4]);
miao=atoi(timestr[6])+atoi(timestr[7]);
一周热门 更多>