User: foxatlarge

  • Public profile

User profile: foxatlarge

User info
User name:foxatlarge
History
Joined:
Number of posts:7
Latest posts:

const in binary format
[code]bitset<8> a (string("00111111"));[/code] is the correct form, and "&" does not apply to bitset...

const in binary format
Thanks 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 format
My 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