【发布时间】:2012-02-27 19:23:21
【问题描述】:
大家好...
对不起我的英语,但说西班牙语......
这周,为这个项目学习和工作,我想创建一个软件来制作文件(.us)......
示例
char name[50]; //Or string
cin>>name;
ofstream PlayerPawn("D:\\UDK\\UDK_XXX\\Development\\Src\\" + name+"\\Classes\\_PlayerPawn.us");
但是编译器在Operator binary plus
中有错误在特定目录中创建文件的任何替代方案、示例或其他内容
再见,谢谢!
【问题讨论】:
标签: c++ compiler-construction ofstream