Stop using bool in C++ for function parameters !

Introduction This article deals with the use of bool in C++. Should we use it or not? That is the question we will try to answer here. However, this is more of an open discussion than a coding rule. First of all, what is the bool type? A boolean variable is a variable that can […]

C++ (, , )
Scroll Top