c - Why is the use of "declared data types" encouraged and "processor-dependent data types" discouraged? -




i found note in software development plan:

use of declared types encouraged. use of processor dependent types such char, int, , long discouraged.

what point of statement? why use of declared types encouraged? example of declared type in context bool instead of bool.

data types int, long, etc. have size platform dependent. result 1 can discourage usage of types, platform independence...

read more in:





wiki

Comments

Popular posts from this blog

Asterisk AGI Python Script to Dialplan does not work -

python - Read npy file directly from S3 StreamingBody -

kotlin - Out-projected type in generic interface prohibits the use of metod with generic parameter -