Hello for all people...
Sorry for my english, but speak spanish...
In this week, study and work for this proyect, I want create a software to make files(.us)...
Example
char name[50]; //Or string
cin>>name;
ofstream PlayerPawn("D:\\UDK\\UDK_XXX\\Development\\Src\\" + name+"\\Classes\\_PlayerPawn.us");
But the compiler has error in the Operator binary plus
Any alternative, examples or something for create the file in specific directory
Good bye and Thx!