把字符串转换成整数
摘要:linux 中库函数有个atoi(),但当atoi(0x0)会直接崩溃,咱们也可以实现类型的功能。 一、题目 请你写一个函数StrToInt,实现把字符串转换成整数这个功能。当然,不能使用atoi或者其他类似的库函数。 二、详细代码 long long StrToIntCore(const char
阅读全文
posted @ 2020-08-22 18:03
posted @ 2020-08-22 18:03
posted @ 2020-08-22 17:58
posted @ 2020-08-22 17:48
posted @ 2020-08-22 17:46