1. 首页
  2. 数据库
  3. 其它
  4. C++回调:利用Sink

C++回调:利用Sink

上传者: 2020-12-31 04:43:22上传 PDF文件 26.72KB 热度 6次
Sink的本质是利用C++的封装、继承、多态的面向对象来实现,从实现角度来说,更优于函数指针回调; 1 // cbBysink.cpp : Defines the entry point for the console application. 2 // 3 4 #include "stdafx.h" 5 #include "cbBysink.h" 6 7 /************************************************************************/
下载地址
用户评论