#include #include using namespace std; int main() { bool a = 0x03; bitset<8> x(a); cout<
Why would you even think you could? It's like saying int i = "abc";.
int i = "abc";