摘要:
lamada表达式的语法 [capture](parameters)->return-type {body} demo: #include <iostream>#include <functional>using namespace std;void fun(function<int(int, 阅读全文
摘要:
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 * 阅读全文