Email: Password: Remember Me | Create Account (Free)

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
11/22/02 19:59
Read: times


 
#32969 - RE: Char vs short unsigned int Array
According`to`my`big`book`of`C`things,there`are`thefollowing`data`types:
char 1byte
short(int) 2bytes
int 2or4bytes`depending`on`system
enum 2or4bytes`depending
long(int) 4bytes
float 4bytes
double 8bytes
long`double 8`or10bytes
char,short,int`and`long`can`be`signed`or`unsigned
some`types`are`not`supported`by`sdcc,such`as`long`double
but`you`can`arrays`of`all`of`them`and`they`all`treated`the`same`in`C.
Jez.


List of 7 messages in thread
TopicAuthorDate
Char vs short unsigned int Array            01/01/70 00:00      
RE: Char vs short unsigned int Array            01/01/70 00:00      
RE: Char vs short unsigned int Array            01/01/70 00:00      
RE: Char vs short unsigned int Array            01/01/70 00:00      
RE: Char vs short unsigned int Array            01/01/70 00:00      
Correction            01/01/70 00:00      
RE: Char vs short unsigned int Array            01/01/70 00:00      

Back to Subject List