码迷,mamicode.com
首页 > 其他好文 > 详细

8、 String to Integer (atoi)

时间:2017-10-29 20:49:33      阅读:186      评论:0      收藏:0      [点我收藏+]

标签:res   hal   ase   and   5.6   this   sid   UI   imp   

Implement atoi to convert a string to an integer.

Hint: Carefully consider all possible input cases. If you want a challenge, please do not see below and ask yourself what are the possible input cases.

Notes: It is intended for this problem to be specified vaguely (ie, no given input specs). You are responsible to gather all the input requirements up front.

atoi是将字符串转化为整形数的一个函数:char *str = "12345.67"; n = atoi(str); n=12345。

先放着。不想做

8、 String to Integer (atoi)

标签:res   hal   ase   and   5.6   this   sid   UI   imp   

原文地址:http://www.cnblogs.com/hozhangel/p/7751071.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!