Basically I'm trying to copy a file from one place to another but I want the user to be able to change were to because its for a steam game and everyone has a diffident username.
system("copy GameMenu.res C:\\Program Files (x86)\\Steam\\steamapps\\"login"\\counter-strike source\\cstrike\\resource\\GameMenu.res");
In this line where it says "login" I want for people to be able to type their username and so it is still a part of the directory or whatever the thing is called. Please help me.
here is the code here is the whole code so you can see what's wrong with it: