static const char * headerStr = "IOBuffer";

static const int headerSize = strlen(headerStr);


int IOBuffer::ReadHeader (istream & stream) 

{

char str[headerSize + 1];



char str[headerSIze+1] 이 문제인데요

어떻게 해주면 되나요???