2018年3月2日

【转】C++ Incorrect Memory Usage and Corrupted Memory(模拟C++程序内存使用崩溃问题)

摘要: http://www.bogotobogo.com/cplusplus/CppCrashDebuggingMemoryLeak.php Incorrect Memory Usage and Corrupted Memory Here are the primary sources of the me 阅读全文

posted @ 2018-03-02 11:24 我来乔23 阅读(360) 评论(0) 推荐(0) 编辑

【转】Native Thread for Win32 C- Creating Processes(通俗易懂,非常好)

摘要: http://www.bogotobogo.com/cplusplus/multithreading_win32C.php To create a new process, we need to call CreateProcess(). Syntax: Parameters: The follow 阅读全文

posted @ 2018-03-02 11:10 我来乔23 阅读(307) 评论(0) 推荐(0) 编辑

【转】Native Thread for Win32 B-Threads Synchronization(通俗易懂,非常好)

摘要: http://www.bogotobogo.com/cplusplus/multithreading_win32B.php Synchronization Between Threads In the following example, two threads are used to calcul 阅读全文

posted @ 2018-03-02 11:03 我来乔23 阅读(203) 评论(0) 推荐(0) 编辑

【转】Native Thread for Win32 A- Create Thread(通俗易懂,非常好)

摘要: http://www.bogotobogo.com/cplusplus/multithreading_win32A.php Microsoft Windows operating system's support for multithreaded programming is almost sim 阅读全文

posted @ 2018-03-02 10:58 我来乔23 阅读(436) 评论(0) 推荐(0) 编辑

【转】关于OnPaint的工作机制

摘要: 转载出处:http://blog.csdn.net/foreverhuylee/article/details/21889025 用了两年的VC++,其实对OnPaint的工作原理一直都是一知半解。这两天心血来潮,到BBS上到处发帖询问,总算搞清楚了,现在总结一下。 对于窗口程序,一般有个特点:窗口 阅读全文

posted @ 2018-03-02 10:36 我来乔23 阅读(348) 评论(0) 推荐(0) 编辑

Window发声函数Beep、MessageBeep

摘要: C++ Code 1234567891011 WINBASEAPI BOOL WINAPI Beep(__in DWORD dwFreq, __in DWORD dwDuration ); WINUSERAPI BOOL WINAPI MessageBeep(__in UINT uType); C+ 阅读全文

posted @ 2018-03-02 09:51 我来乔23 阅读(3470) 评论(1) 推荐(0) 编辑

导航