我试图在ram中存储目录位置,以便以后可以在应用程序中访问它。我的目标是实现以下代码段:

ContentManager.GetDir();
ContentManager.SetDir("../Content/");


此刻我感到困惑,可以使用一些帮助!

最佳答案

将路径存储在std :: string中或使用boost :: filesystem:http://live.boost.org/doc/libs/1_46_1/libs/filesystem/v3/doc/index.htm

关于c++ - 商店目录位置,我们在Stack Overflow上找到一个类似的问题:https://stackoverflow.com/questions/5903902/

10-10 07:24