const in binary format[code]bitset<8> a (string("00111111"));[/code] is the correct form, and "&" does not apply to bitset...
const in binary formatThanks for both of you guys' suggestions, especially Peter87's, they are really helpful.
How to run main() with arguments in codeblocks?Athar, you are exactly right. I also confirm your message from codebolcks manual. It works. I appr...
How to run main() with arguments in codeblocks?I would like to run the following code with several integers as arguments, how to set up the script/...
const in binary formatMy GNU GCC compiler does not recognize 00111111b due to the end of "b". I tried "B", and it did not ...
This user does not accept Private Messages