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
阅读(139)
评论(0)
推荐(0)