摘要:
PathFileExistsDetermines whether a path to a file system object such as a file or directory is valid.BOOL PathFileExists( LPCTSTR pszPath );检查目录是否存在... 阅读全文
摘要:
DEBUG:除数是2 的倍数除数不是2 的倍数release版本 1)除数为 2 的倍数+ 禁止调试 int a = -160; a = a / 16; printf("%d",a);商是-10 余数也是-10的2)除数不为2的倍数 + 正数+最快速度#include "stdafx.h" int ... 阅读全文
摘要:
将使用 GetProcAddress() 的代码从 C 导向 C++ 时,MS-DOS 的 C++ 编译器可能会返回以下错误消息:error C2564:formal/actual parameters mismatch in call through pointer to function(错误 ... 阅读全文
摘要:
1 先查当前文章字段 :order by 11 //以多少字段排序 正常的最大的那个就是字段数2 猜表名and exists(select * from admin) //猜有无 admin3 猜表中字段and exists(select * from admin order by 4) //找出... 阅读全文
摘要:
描述错误:D:\VCxxx\ssdt3>buildBUILD: Compile and Link for x86BUILD: Loading d:\winddk\7600.16385.1\build.dat...BUILD: Computing Include file dependencies:B... 阅读全文
摘要:
C优先级列表PrecedenceOperatorDescriptionExampleAssociativity1()[]->.::++--Grouping operatorArray accessMember access from a pointerMember access from an ob... 阅读全文
摘要:
关于windbg调试符号表配置路径错误的问题探讨 (转载)打开windbg.exe 开始进行‘内核调试’(kernel debug)时,命令行窗口输出错误提示 :Connected to Windows XP 2600 x86 compatible target, ptr64 FALSE*** ER... 阅读全文