标签:使用 title cli 包含 回调函数 har ack test cpp
先看两个demo:
一.在类test1中调用函数print() ,把print()的函数指针传递给test1的函数指针参数
test1.h:
main.cpp
// 打印 “hello world”
二.类Test1 中调用Test2的方法函数。 在类test2中包含test1对象,将test2中的函数指针传给test1
test2.h:
#include "test1.h"
test1.h:
main:
// 结果:打印“Test2”
附上两个deome,搞清楚的话 回调函数基本可以套着用了
http://download.csdn.net/my
http://blog.csdn.net/qq_17242957/article/details/53002652
标签:使用 title cli 包含 回调函数 har ack test cpp
原文地址:http://www.cnblogs.com/findumars/p/6034682.html