由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
JobHunting版 - how to handle overflow
相关主题
onsite完,攒rp系列(二)atoi的溢出处理的想法
经典题atoi的溢出处理atoi overflow怎么办?
linkedin 实习面试关于atoi的overflow
为什么考atoi比itoa要多的多?求问atoi那个题目,如果不能用long long, 只能用int的话怎么detect overflow?
帮忙看看我写的atoi有没有bug, 谢谢问一个atoi overflow的问题
ms面试问了atoi,结果搞了半天我还是搞错了问个简单的atoi的问题
看atoi代码很麻烦,不如讨论讨论test case吧为什么做了400道算法题还是那么菜
函数atoi的实现atoi的溢出怎么处理?
相关话题的讨论汇总
话题: overflow话题: handle话题: check话题: atoi话题: exception
进入JobHunting版参与讨论
1 (共1页)
j********r
发帖数: 453
1
rt, like atoi, or sum a large array, how to handle overflow? Thank you.
l*****a
发帖数: 14598
2
check before use it

【在 j********r 的大作中提到】
: rt, like atoi, or sum a large array, how to handle overflow? Thank you.
j********r
发帖数: 453
3
we can check the first bit or check whether the value is negative, if
overflowed then, throw exception? what to do if using c, return invalid type
value, like -1?
thanks

【在 l*****a 的大作中提到】
: check before use it
r****t
发帖数: 10904
4
read the libc implementation.

type

【在 j********r 的大作中提到】
: we can check the first bit or check whether the value is negative, if
: overflowed then, throw exception? what to do if using c, return invalid type
: value, like -1?
: thanks

y**********u
发帖数: 6366
5
C : add check
Java: throw Exception

【在 j********r 的大作中提到】
: rt, like atoi, or sum a large array, how to handle overflow? Thank you.
1 (共1页)
进入JobHunting版参与讨论
相关主题
atoi的溢出怎么处理?帮忙看看我写的atoi有没有bug, 谢谢
How to handle the return type of container.size() in C++ms面试问了atoi,结果搞了半天我还是搞错了
bloomberg 电面面经看atoi代码很麻烦,不如讨论讨论test case吧
问个越界的问题函数atoi的实现
onsite完,攒rp系列(二)atoi的溢出处理的想法
经典题atoi的溢出处理atoi overflow怎么办?
linkedin 实习面试关于atoi的overflow
为什么考atoi比itoa要多的多?求问atoi那个题目,如果不能用long long, 只能用int的话怎么detect overflow?
相关话题的讨论汇总
话题: overflow话题: handle话题: check话题: atoi话题: exception