+ 1

Explain concepts?

1. Please explain Bool and Booleans 2.How do they work? 3.A piece of code for an example THXX

5th Jun 2018, 11:40 AM
Sakaar Sen
Sakaar Sen - avatar
4 Answers
+ 3
Boolean is a type which has one of the two values(true and false). The type name in c++ is bool. It is used to do logial operation. This web site will help you. https://en.m.wikipedia.org/wiki/Boolean_data_type
5th Jun 2018, 11:48 AM
Disvolviĝo;
Disvolviĝo; - avatar
5th Jun 2018, 1:37 PM
Shahil Ahmed
Shahil Ahmed - avatar
0
https://www.sololearn.com/Course/CPlusPlus/?ref=app This course teaches you the basics of C++. You should check it out!
5th Jun 2018, 11:44 AM
Andre Daniel
Andre Daniel - avatar
0
I am using this course but these topics are not much in detail !
5th Jun 2018, 11:46 AM
Sakaar Sen
Sakaar Sen - avatar