im a inexperience person with C++ and i dont know how tooutput aset of informati
ID: 3609325 • Letter: I
Question
im a inexperience person with C++ and i dont know how tooutput aset of information into a file. i know after all theinformation is ready u open a file that you want to use and sendinformation there. by doing this.cpdatar.open(outfile.c_str());
if (cpdatar.is_open())
{cpdatar <<; // information goes there.
cpdatar << "";
cpdatar.close();
but how do you send the infomration if its just a bunch of loopsthat make a chart??
( look at the last code posted here)