2004年7月10日

BufferedIpc

摘要: 这是我以前写的一个做IPC的类。因为是C++的,所以仅做参考了。 对外有三个函数: bool init(const string& name, int size, DWORD initTimeout) int send(LPVOID Buffer, int size) int receive(LPBYTE& Buffer) 任何一方调init时就建立file mapping了。init... 阅读全文

posted @ 2004-07-10 22:53 阿呆 阅读(433) 评论(0) 推荐(0) 编辑

C# Study 1

摘要: 很久以前买了一本《Inside C#》,不过因为工作中一直没有用到过C#,还从来没有仔细读过。最近下班之后比较闲一点,想想应该跟上时代的步伐,于是乎就把这本书翻出来看。边看边写下一些心得,算是读书笔记吧! Class Inheritance 不知道C#的设计者是怎么想的,竟然不支持Multiple Inheritance. 不知道template C#是不是也不支持?要是那样就完了。想想ATL... 阅读全文

posted @ 2004-07-10 16:04 阿呆 阅读(963) 评论(8) 推荐(0) 编辑

导航