atoi atol gcvt strtonl的使用方法(转)
摘要:atoi atol gcvt strtonl的使用方法#include <iostream>using namespace std;void main(){unsigned int num ;char *stop_at ;char temp[16] = "111" ;num=strtol(temp,&stop_at,2);cout<<num<<endl;...
阅读全文
posted @ 2010-08-08 11:05
浙公网安备 33010602011771号