2014年10月30日

windows下c语言获取程序当前的执行目录,读文件的代码片

摘要: 代码如下: #include "stdafx.h"#include "stdlib.h"#include #include int _tmain(int argc, char* argv[]){ char* buffer; // Get the current working directory... 阅读全文

posted @ 2014-10-30 10:59 吴一达 阅读(320) 评论(0) 推荐(0)

导航