hello im new to c++
normally i would open a file for appending
with a code that looks like
outfile = fopen("test.txt""a");
but now i want to use a variable file name like
string_str()
in place of "test.txt
can anyone please advise a piece of code that might help