How do I build a binary string in c++?
I want to have it in this format:
std::string str = signed long (4bytes) "fill out zeros" 0x000 (8bytes) signed long (4bytes)
Note I DO NOT want the viewable binary representation but the actual binary data in the string