hello group,
is the cast of int8_t and uint8_t in char for streaming in both
directions (put(), get()) defined/plattform independent?
i have read here in the forum, that int8_t and uint8_t are guaranteed 2s
complement, ist the cast between them bit-identical (or is to big
unsigned in signed undef)?
are all three chars (char, signed char, unsigned char) on every
plattform the same size?
is there a best practise to stream char plattform independend?
thanks a lot!
cheers, chris
is the cast of int8_t and uint8_t in char for streaming in both
directions (put(), get()) defined/plattform independent?
i have read here in the forum, that int8_t and uint8_t are guaranteed 2s
complement, ist the cast between them bit-identical (or is to big
unsigned in signed undef)?
are all three chars (char, signed char, unsigned char) on every
plattform the same size?
is there a best practise to stream char plattform independend?
thanks a lot!
cheers, chris
Comment