08 2010 档案

Implementing Semaphores, locks and condition variables
摘要: http://www.cs.jhu.edu/~yairamir/cs418/os3/sld019.htmhttp://stackoverflow.com/questions/938309/implementing-semaphores-locks-and-condition-variablesSemaphores, locks, condition variables etc. are oper...阅读全文

posted @ 2010-08-31 08:44 cutepig 阅读(38) | 评论 (0) 编辑

laguage comparison (FINISHED)
摘要: laguage comparisonC# Programming Fundamentals: The C# Type Systemhttp://zone.ni.com/devzone/cda/ph/p/id/4#toc0c++0xhttp://en.wikipedia.org/wiki/C%2B%2B0xComparison of Java and C++http://en.wikipedia.o...阅读全文

posted @ 2010-08-27 16:17 cutepig 阅读(38) | 评论 (0) 编辑

Writing custom visualizers for Visual Studio 2005
摘要: Writing custom visualizers for Visual Studio 2005 The native debugger in VisualStudio has long had an underadvertised feature called autoexp.dat, which is a file in the PackagesDebugger folder that al...阅读全文

posted @ 2010-08-12 13:48 cutepig 阅读(181) | 评论 (0) 编辑

C++ Q16: dereferencing
摘要: 发信人: careerchange (Stupid), 信区: Programming 标 题: C++ Q16: dereferencing 发信站: BBS 未名空间站 (Mon Aug 9 22:49:44 2010, 美东) struct X { int foo() { return 0; } } x; struct Y { static int (X::*p)(); }; int...阅读全文

posted @ 2010-08-11 21:07 cutepig 阅读(48) | 评论 (1) 编辑

zz
摘要: Tutorial : Creating Visual Studio Add-Inshttp://www.c-sharpcorner.com/uploadfile/mgold/addins11292005015631am/addins.aspxblitzhttp://web.cecs.pdx.edu/~harry/Blitz/Linux内核http://blog.csdn.net/fudan_abc...阅读全文

posted @ 2010-08-06 18:06 cutepig 阅读(41) | 评论 (0) 编辑

Manually Walking a Stack
摘要: http://msdn.microsoft.com/en-us/library/ff552143%28v=VS.85%29.aspx阅读全文

posted @ 2010-08-05 20:38 cutepig 阅读(36) | 评论 (0) 编辑

MFC Link problem
摘要: nafxcw.lib for MFC Static Link LibraryUse of MFC in a Shared DLL : _AFXDLL in "preprocessor definitions" list definedWhen Using both CRT and MFC libraries together you need to be careful. In such case...阅读全文

posted @ 2010-08-03 14:54 cutepig 阅读(122) | 评论 (0) 编辑