生蠔的家
主要在寫iOS,最近在學Ruby on Rail,是個蘋果的不瘋狂支持者!?
2014年9月4日 星期四
BOOL vs. Boolean vs. bool
Boolean
is an old Carbon keyword (historic Mac type), defined as an unsigned char.
BOOL
is an Objective-C type defined as signed char.
bool
is a defined version of the _Bool standard C type.
You should use BOOL for common use and Boolean in CF.
資料來源:
http://stackoverflow.com/a/3016912/3295047
沒有留言:
張貼留言
較新的文章
較舊的文章
首頁
訂閱:
張貼留言 (Atom)
沒有留言:
張貼留言