摘要: lamada表达式的语法 [capture](parameters)->return-type {body} demo: #include <iostream>#include <functional>​using namespace std;​void fun(function<int(int, 阅读全文
posted @ 2020-03-26 09:55 wa小怪兽 阅读(207) 评论(0) 推荐(0) 编辑
摘要: 1 #include <iostream> 2 #include <time.h> 3 4 using namespace std; 5 6 char buf1[10010] = { 0 }; 7 char buf2[10020] = { 0 }; 8 9 void *myMemcpy(void * 阅读全文
posted @ 2020-03-26 09:53 wa小怪兽 阅读(154) 评论(0) 推荐(0) 编辑