ChicoState / ChicoState/MyFirstExample
Give numbers an explicit size
オープン
- 主要言語
- C++
- スター
- 0
- フォーク
- 418
- 平均マージ
- 13時間 31分
- マージ済み PR(30日)
- 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 はまだ評価されていません。