C++11 Lambda
摘要:
#include <stdio.h>#include <iostream> using namespace std; typedef void(*fun_ptr)(int, int); void iPrint(int a, int b){ cout << "IP :: " << a + b << e 阅读全文
posted @ 2018-04-18 08:55
Floki
阅读(142)
评论(0)
推荐(0)
浙公网安备 33010602011771号