摘要: 今天稍微熟悉了一点汇编语法,并就一个案例试验了一下 VS里常见的汇编指令请见:https://blog.csdn.net/sinat_27382047/article/details/72810788 我就目前一个api做解释 CaptureStackBackTrace: 通过在堆栈上走动并记录每一 阅读全文
posted @ 2019-11-20 15:13 strive-sun 阅读(561) 评论(0) 推荐(0) 编辑
摘要: 论坛里某位提出的,感觉不错,遂记下: #include <stdio.h> int main() { const int N = 100 / 3 + 100 / 5 - 100 / 15 * 2; printf("%d\n", N); for (int a[N] = { 3,5,6,9,10,12 阅读全文
posted @ 2019-11-20 10:55 strive-sun 阅读(12) 评论(0) 推荐(0) 编辑
摘要: #include <Windows.h> #include <string> #include "Shobjidl.h" int main() { std::wstring x = L"C:\\Users\\strives\\Desktop\\ScreenShot\\panda.png"; HRES 阅读全文
posted @ 2019-11-20 09:56 strive-sun 阅读(676) 评论(0) 推荐(0) 编辑