Modern C++ idiom for allocating / deallocating an I/O buffer

后端 未结 5 1465
情歌与酒
情歌与酒 2020-12-31 00:00

For I/O work, I need to read N bytes into a buffer. N is known at run time (not compile time). The buffer size will never change. The buffer is passed to other routines t

5条回答
提交回复
热议问题