摘要: 0. 1. strcpy() function #include <string.h> char* strcpy(char* destination, const char* source); 2. Allocating Memory dynamically: (1) void* malloc(in 阅读全文
posted @ 2020-01-21 12:51 心怀阳光 阅读(132) 评论(0) 推荐(0) 编辑
摘要: 0. std::move is used to indicate that an object may be "removed from", allowing the efficient transfer of resources from t to another object. 1. Examp 阅读全文
posted @ 2020-01-21 00:42 心怀阳光 阅读(119) 评论(0) 推荐(0) 编辑