c&c++获取当前目录
摘要:
#include <iostream> #include<stdio.h> #include <direct.h> #define MAXPATH 1024 using namespace std; int main(int argc, char* argv) { char buf[80]; cha 阅读全文
posted @ 2023-04-18 22:44 米歪歪 阅读(29) 评论(0) 推荐(0)
2023年4月18日 #
posted @ 2023-04-18 22:44 米歪歪 阅读(29) 评论(0) 推荐(0)