Bool vs Boof - What's the difference?
bool | boof |
(computing, programming) A Boolean variable, one whose value is either true or false.
* 2000 , Mark A DeLoura, Game programming gems
* 2000 , Herb Sutter, Exceptional C++
* 2007 , Joseph C Rattz, Pro LINQ: Language Integrated Query in C# 2008
As nouns the difference between bool and boof
is that bool is a Boolean variable, one whose value is either true or false while boof is the method by which kayakers “jump” hydraulic backwash, known as holes or hydraulic jumps, in high-gradient mountain rivers. The action is analogous to a skier jumping a cliff.bool
English
Noun
(en noun)- The base class
BitArray
acts just like a normal C++ array of bools , although you are of course free to interpret the bits as integers...
- With an automatic conversion, bools will interfere with overload resolution...
- Listing 7-11 shows an example where the initial data type is string, but I will obtain its value as a bool .