DS1302——程序出现了错误,说是指针不对望指教

2019-07-16 03:01发布

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]);
友情提示: 此问题已得到解决,问题已经关闭,关闭后问题禁止继续编辑,回答。