char *pbuf = new char[6];  


printf( "pbuf size: %d\n", sizeof(pbuf) );