摘要: #include <direct.h> #include <stdio.h> char buffer[MAX_PATH]; getcwd(buffer, MAX_PATH); printf( "The current directory is: %s ", buffer); //打印出E:/C++/ 阅读全文
posted @ 2016-03-02 18:15 简单数字 阅读(2627) 评论(0) 推荐(0) 编辑