听风小筑

记录我对c++的理解,以及在拥抱现代c++时,对之前方法的替代思路,持续更新。

内存相关

旧方法 推荐方法 头文件
memcpy std::copy algorithm
memmove std::move algorithm
memset std::fill algorithm