'uint32_t' identifier not found error

后端 未结 7 1814
情话喂你
情话喂你 2020-12-07 23:41

I\'m porting code from Linux C to Visual C++ for windows.

Visual C++ doesn\'t know #include so I commented it out.

Later, I fou

相关标签:
7条回答
  • 2020-12-08 00:39

    You can #include <cstdint>. It's part of C++-standard since 2011.

    0 讨论(0)
提交回复
热议问题