我想从c++中的一个文件中获取输入。我正在使用Visual studio 2015。我的从文件获取输入的示例代码函数是:#define V 15double px[V];void fileInput() FILE *fp; if (getcwd(cwd, sizeof(cwd)) == NULL) //Directory not found
我想在C++程序中获得PATH of Current Working Directory。它应该可以在Windows、Sun Solaris、UNIX上运行。我发现是我的答案。但是我们的编译器给出错误,它找不到文件unistd.h。我正在Windows中编译。我使用了与正确答案中提到的完全相同的代码。这里的问题是什么?