#include <iostream> #include <windows.h> char * myFunction(){ OPENFILENAME ofn; char *FilterSpec = "Object Files(.obj)\0*.obj\0Text ...
確定! 回上一頁