I am working on a project involving a lot of bit manipulation.
The program takes a string from input and needs to append bitwise information to it. I don't know if it is easier to append the information to a string or convert the string to another form. If anyone could give me an idea how to do either, I'm looking for the most efficient method.