Hey there pretty new to C++ and i'm trying to create a file that will create a file based on user input
here is a little snipplet of my code:
getline(cin,/*string*/ filename,'\n');
filename= " \" " + filename +" \" ";
outfile.open(fi lename);
any help appriciated thx
here is a little snipplet of my code:
getline(cin,/*string*/ filename,'\n');
filename= " \" " + filename +" \" ";
outfile.open(fi lename);
any help appriciated thx
Comment