Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
INT32_MAX was not declared in this scope
この問題の解決策は何ですか (C++ でエラーが発生しました)。
INT32_MAXで定義されてい<stdint.h>ます。必要なもの:
INT32_MAX
<stdint.h>
#include <stdint.h>
問題のあるソースファイルで。