(unresolved external symbol __endthreadex解决办法) 1、新建控制台程序: 2、添加源代码如下: [cpp] view plain copy print? #include <afx.h> #include <stdio.h> int main() { int Read More
posted @ 2016-10-03 06:34 findumars Views(2792) Comments(0) Diggs(0)
在upk 里挖坟得来,有兴趣查查这几个函数... [cpp] view plain copy print? #include "windows.h" #pragma comment(lib,"user32.lib") int main() { STARTUPINFO si; PROCESS_INFO Read More
posted @ 2016-10-03 06:33 findumars Views(3651) Comments(0) Diggs(0)
Description of CSeException CSeException class is based on CException class provided by MFC. I overwrite some of useful methods, but it is working sam Read More
posted @ 2016-10-03 06:32 findumars Views(601) Comments(0) Diggs(0)
一、非MFC程序可以用以下方法检测内存泄露: 1.程序开始包含如下定义: [cpp] view plain copy print? #ifdef _DEBUG #define DEBUG_CLIENTBLOCK new( _CLIENT_BLOCK, __FILE__, __LINE__) #els Read More
posted @ 2016-10-03 06:27 findumars Views(869) Comments(0) Diggs(0)
在VCKBASE、CSDN里挖了许久的坟,才找到一些有点用的资料,最后自己整理出这样的个函数,方面VC实现时间同步,多的不说,自己看源码,根据自己的需要可以适当修改源码: [cpp] view plain copy print? #include <WinSock.h> #pragma commen Read More
posted @ 2016-10-03 06:27 findumars Views(2365) Comments(0) Diggs(0)