Im attempting to do bitwise operations on a character string and want to use the bitset template. I am having some trouble, it doesnt seem to like to be constructed using a char* string or std::string... I'm knew to this particular template. Here is what I'm attempting:
std::bitset<3000> Line("abcdefghijklmnop...");
anyone any ideas? Would be much appreciated, I want to get into the mentality of using the C++ STL. :eek: