ChicoState / ChicoState/MyFirstExample
Give numbers an explicit size
未关闭
- 主要语言
- C++
- 星标
- 0
- 派生
- 418
- 平均合并
- 13 小时 31 分钟
- 30 天内合并 PR
- 1
描述
# Problem Description
Users are reporting different limits of the program's memory usage as well as the maximum values that are supported.
Currently, we are using `int` which typically are at least 32 bit, but depend on the C++ implementation.
# Desired Behavior
Update the program so it uses the `int32_t` data type to force all builds to have the consistent limit.
The acceptable numbers should be displayed to the user after the welcome message, using the line of output:
`(Limited to whole numbers between -2,147,483,648 and 2,147,483,647)`
贡献指南
这个仓库没有索引到贡献指南
评估
这个 Issue 还没有评估数据。