摘要:
#include <iostream>using namespace std;void main(){ char *a="13"; int b=atoi(a); cout<<b<<endl;} 阅读全文
posted @ 2012-11-07 16:48 nobile.amir 阅读(187) 评论(0) 推荐(0)
|
摘要:
#include <iostream>using namespace std;void main(){ char *a="13"; int b=atoi(a); cout<<b<<endl;} 阅读全文
posted @ 2012-11-07 16:48 nobile.amir 阅读(187) 评论(0) 推荐(0) |
||