摘要: 前者很常用, 经常被用来转换为字符串或者拼接字符串。 例子: #include <Windows.h> #include <stdio.h> int main() { int t = 123456; WCHAR str[256] = L"heelo"; wsprintf(&str[5], L"%d" 阅读全文
posted @ 2020-12-03 15:20 strive-sun 阅读(309) 评论(0) 推荐(0) 编辑
摘要: 只需要记住使用OpenEvent来同步Event对象。 Project A: #define _CRT_SECURE_NO_WARNINGS #include <Windows.h> #include <stdio.h> #include <time.h> HANDLE hEvent; int ma 阅读全文
posted @ 2020-12-03 10:01 strive-sun 阅读(622) 评论(0) 推荐(0) 编辑