CCS C Software and Maintenance Offers
FAQFAQ   FAQForum Help   FAQOfficial CCS Support   SearchSearch  RegisterRegister 

ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

CCS does not monitor this forum on a regular basis.

Please do not post bug reports on this forum. Send them to support@ccsinfo.com

Difference betwene "byte" variable and "int&q

 
Post new topic   Reply to topic    CCS Forum Index -> General CCS C Discussion
View previous topic :: View next topic  
Author Message
arrow



Joined: 17 May 2005
Posts: 213

View user's profile Send private message

Difference betwene "byte" variable and "int&q
PostPosted: Wed Jun 29, 2005 10:22 am     Reply with quote

Hi

A newbie question:

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

View user's profile Send private message Visit poster's website

PostPosted: Wed Jun 29, 2005 10:26 am     Reply with quote

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.
Display posts from previous:   
Post new topic   Reply to topic    CCS Forum Index -> General CCS C Discussion All times are GMT - 6 Hours
Page 1 of 1

 
Jump to:  
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


Powered by phpBB © 2001, 2005 phpBB Group