摘要:
Description: The code you submitted on P4 seems in disorder even if you arrange it well on your own PC.For instance:1. Snapshot of the code on your screen2. But after you submitted itThe reason is tha... 阅读全文
摘要:
PRISM as soon as you remember the following five elements when you typing your each line codes, you will not make stupid mistakes: ------Performance ------Reliability [Resource or Memory Leak [where i... 阅读全文
摘要:
Introduction Since C-style strings can be error-prone and difficult to manage, not to mention a target for hackers looking for buffer overrun bugs, there are lots of string wrapper classes. Unfortunat... 阅读全文
摘要:
Introduction You've undoubtedly seen all these various string types like TCHAR, std::string, BSTR, and so on. And then there are those wacky macros starting with _tcs. And you're staring at the screen... 阅读全文
摘要:
For a dll, if there is nothing to export, means there is no dllMain, and no def file(maybe more cases), then no lib file will be generated. Easy to understand: lib file is used for other ... 阅读全文