I've tried to use a source code with usage in stdint.h (or cstdint).
When I tried to run in JSCPP, it returns the following error:
Error: 2:1 cannot find library: stdint.h
I tried to use the following code also,
#include <stdint.h>
int main() {
return 0;
}
It also return the following error:
Error: 1:1 cannot find library: stdint.h
As it is an standard library, and many code relys on it,
May I ask that if the support of cstdint is planned or there are ways to use stdint.h?
I'd be very apperciated for reply.
(p.s. please use Chinese to reply if possible, 'cause I am bad in English, I'd be very thankful on that)
I've tried to use a source code with usage in stdint.h (or cstdint).
When I tried to run in JSCPP, it returns the following error:
Error: 2:1 cannot find library: stdint.hI tried to use the following code also,
It also return the following error:
Error: 1:1 cannot find library: stdint.hAs it is an standard library, and many code relys on it,
May I ask that if the support of cstdint is planned or there are ways to use stdint.h?
I'd be very apperciated for reply.
(p.s. please use Chinese to reply if possible, 'cause I am bad in English, I'd be very thankful on that)