
VC++
Farmwang
博采众长,兼收并蓄!
展开
-
VS2013中cout、cin未声明的标识符
#include "stdafx.h" #include #include int _tmain(int argc, _TCHAR* argv[]) { SYSTEM_INFO si; GetSystemInfo(&si); printf("The page size for this system is %u bytes./n", si.dwPageSize); int a; c原创 2017-03-27 18:35:58 · 8916 阅读 · 4 评论 -
C++ "const char *" 类型的实参与 "LPCWSTR" 类型的形参不兼容
动态调用DLL通过LoadLibraryGetProcAddressFreeLibrary实现。原因 :工程只支持UNICODE字符原创 2018-06-11 21:51:12 · 14527 阅读 · 1 评论 -
NtQuerySystemInformation
// CPPTest.cpp: 定义控制台应用程序的入口点。 // #include "stdafx.h" #include <windows.h> #include <stdio.h> #include <thread> #define SYSTEM_PERF_INFO 0x02 #define SYSTEM_PROC_TIME ...原创 2018-06-11 22:10:06 · 1805 阅读 · 0 评论