how to store int data type in bool?

Posted by shak on Stack Overflow See other posts from Stack Overflow or by shak
Published on 2010-04-26T09:34:43Z Indexed on 2010/04/26 9:43 UTC
Read the original article Hit count: 133

Filed under:

i want to read a file which consists of 1's and 0's in each line, how do can i store a false in any bool variable after reading 0 from the file.

language c++

© Stack Overflow or respective owner

Related posts about c++