摘要: 1. Tool -> Option -> source control. Specify the source control App. If you are using Perforce, then choose Perforce SCM.2. File -> source control: add solution / projects into source control... 阅读全文
posted @ 2010-08-20 15:59 能巴 阅读(199) 评论(0) 推荐(0) 编辑
摘要: Review Error Handling0. General Rules -We should pay more attention on assert usage and make it a part of the error/exception handling mechanism. -Attention: 异常是first-class的语言机制。代码分析工具可以识别出异常并进行各种监测或分... 阅读全文
posted @ 2010-08-20 12:19 能巴 阅读(181) 评论(0) 推荐(0) 编辑
摘要: When program run, each function(data, registers, program counter, etc) is mapped onto the stack as it is called. Because the function calls other functions, they too are mapped onto the stack. Thi... 阅读全文
posted @ 2010-08-20 10:49 能巴 阅读(214) 评论(0) 推荐(0) 编辑