I usually use stringstream to write into in-memory string. Is there a way to write to a char buffer in binary mode? Consider the following code: to write into in-mem
I usually use stringstream to write into in-memory string. Is there a way to write to a char buffer in binary mode? Consider the following code: to write into in-mem