'uint32_t' identifier not found error

后端 未结 7 1869
情话喂你
情话喂你 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:29

    There is an implementation available at the msinttypes project page - "This project fills the absence of stdint.h and inttypes.h in Microsoft Visual Studio".

    I don't have experience with this implementation, but I've seen it recommended by others on SO.

提交回复
热议问题