ChicoState / ChicoState/MyFirstExample

Give numbers an explicit size

Đang mở
#340 0 bình luận 0 reaction 0 người được giao Xem trên GitHub
Ngôn ngữ chính
C++
Star
0
Fork
418
Merge trung bình
13 giờ 31 phút
Pull request đã merge (30 ngày)
1

Mô tả

# 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)`

Hướng dẫn đóng góp

Chưa lập chỉ mục được hướng dẫn đóng góp cho kho mã nguồn này

Đánh giá

Issue này chưa được đánh giá.

Nhận issue mới trong hộp thư của bạn

Bản tóm tắt ngắn những issue GitHub phù hợp với người mới.