Tutorial by Examples

bool is a datatype defined in C99. Boolean values are used in conditionals, such as if or while statements, to conditionally perform logic or repeat execution. When evaluating a conditional statement, the value 0 is considered “false”, while any other value is considered “true”. Because NULL ...
BOOL Apple's Objective-C frameworks and most Objective-C/Cocoa code uses BOOL. Use BOOL in objective-C, when dealing with any CoreFoundation APIs Boolean Boolean is an old Carbon keyword , defined as an unsigned char

Page 1 of 1