以下代码:#include <iostream> #include <Windows.h> using namespace std; int main () { LPWSTR buffer; //or wchar_t * buffer; GetModuleFileName(NULL, buffer, ...
確定! 回上一頁