j
k
j a
j l
On Thu, May 29, 2008 at 5:28 PM, Graham Reitz wrote:
data_record dr; std::copy(binary_buffer.begin(), binary_buffer.end(), /* need an iterator to &dr? */);
data_record dr;
std::copy(binary_buffer.begin(), binary_buffer.end(), /* need an iterator to &dr? */);
std::copy( binary_buffer.begin(), binary_buffer.end(), reinterpret_cast(&dr) );
Back to the thread
Back to the list