What is the difference between the "byte" type of variable and an "int" type of variable?
(I am using an old compiler: 2.686).
Regards
arrow
treitmey
Joined: 23 Jan 2004 Posts: 1094 Location: Appleton,WI USA
Posted: Wed Jun 29, 2005 10:26 am
In CCS C there is no difference.
All types, except float, by default are unsigned; however, maybe preceded by unsigned or signed.
Thus int defaults to unsigned int which is the same as int8 or a BYTE.
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum