#include#include //整型变量最大最小值using namespace std;/* 说简单不简单的字符串转整数题1、开头空白2、正负号3、非数字4、超过int类型范围5、'\0'结尾*/bool myatoi(const char *str,int *result){ if(!s... Read More
posted @ 2014-09-11 22:52 月十日十 Views(205) Comments(0) Diggs(0)