06 2009 档案

摘要: 在msdn中关于GetOverlappedResult的描述如下:GetOverlappedResult FunctionRetrieves the results of an overlapped operation on the specified file, named pipe, or communications device.BOOL WINAPI GetOverlappedResul...阅读全文
posted @ 2009-06-30 20:24 gussing 阅读(1341) | 评论 (0) 编辑
摘要: 当你写下new和delete的时候,到底发生了什么事呢,让我们来做个试验看看。写一段小代码:class a{public: a() { foo(); } int foo() { return 0; } ~a() { bar(); } int bar() { return 1; }};int _tmain(int argc, _TCHAR* argv[]){ a* tmp = new a()...阅读全文
posted @ 2009-06-25 19:19 gussing 阅读(1469) | 评论 (3) 编辑
摘要: 小弟正在写一个基于命令行的播放器,开源,代码在google code上: 基本的播放功能和简单的列表管理已经完成了。 浏览的话随便谁都可以, 如果想参与开发,帮助小弟把东西做完善,那就留个言。 期待牛人的加入。阅读全文
posted @ 2009-06-10 16:45 gussing 阅读(2689) | 评论 (27) 编辑