j
k
j a
j l
AMDG Olaf Peter wrote:
std::for_each( &blk->buffer, &blk->buffer + sizeof( blk->buffer ), sum += *_1 );
try &blk->buffer[0] i.e. the address of the first element, not the address of the array. In Christ, Steven Watanabe
Back to the thread
Back to the list