I am porting code from Linux C to Visual C ++ for Windows.
Visual C ++ does not know #include <stdint.h> , so I commented on this.
Later I found a lot of these errors 'uint32_t': identifier not found . How can this be solved?
c ++ c visual-c ++
kevin Mar 02 2018-11-11T00: 00Z
source share