Bool vs Lool - What's the difference?
bool | lool |
(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 lool
is that bool is (computing|programming) a boolean variable, one whose value is either true or false while lool is a vessel used to receive the washings of metallic ores.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 .