C++:OutputDebugString作用(以VS2019爲演示例子)

上最簡單的代碼: #include <iostream> #include <Windows.h> using namespace std; int main() { OutputDebugString(L"輸出調DD試信息123"); cout << "Hello World!\n"; } 這個代碼就是在控制檯輸出HelloWorld; 然後OutputDebugString的東西,
相關文章
相關標籤/搜索