摘要: 回调函数定义:函数作为参数,而发起的函数调用过程称为回调函数。 // _回调函数C++.cpp : 定义控制台应用程序的入口点。// #include "stdafx.h"#include"stdlib.h"#include <stdio.h>using namespace std;int myCm 阅读全文
posted @ 2016-07-29 11:51 lhuan 阅读(313) 评论(0) 推荐(0)