I have bitset<8> v8 and its value is something li开发者_运维百科ke \"11001101\", something in binary, how can we convert it to an array of characters or integers in c++?To convert to an array of
I\'m doing a steganograph开发者_StackOverflowy project where I read in bytes from a ppm file and add the least significant bit to an array. So once 8 bytes are read in, I would have 8 bits in my array