How to overload logical 'AND' and 'OR' operators in c++? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

How to overload logical 'AND' and 'OR' operators in c++?

I want to do this without using bool data type.

17th Dec 2016, 6:22 PM
Alankar Mahajan
Alankar Mahajan - avatar
1 Answer
0
(and) mean in c++ (&&) and (or) mean in c++ (||)
3rd Jan 2017, 7:28 PM
Mohamed Hegazy Ibrahem
Mohamed Hegazy Ibrahem - avatar