利用Event和MapFile进程共享信息
摘要:
工作过程:进程一, 建立映射文件,填写数据,并发出Event的信号;进程二,打开映射文件,收到Event的信号时读取数据. #include <windows.h>#include <string.h>#include <iostream>using namespace std;#define FILE... 阅读全文
posted @ 2005-04-03 15:51 THOMAS 阅读(1457) 评论(0) 推荐(0) 编辑