Sorted link listsI've been trying to get this nightmare of a function to work for over a week now. [code] List...
multiple out files, is there a way to shorten this[code] for (i=0; i<4; i++) { ofstream outFile[i]; } for (int i = 0; i < 4; i++) {...
multiple out files, is there a way to shorten thisSo playing with this I came up this an Idea to use arrays such as outFile[4], and patho[4] to create...
multiple out files, is there a way to shorten thisThat would be because I have not gotten to std::stringstream yet. I am going with what I know, and ...
multiple out files, is there a way to shorten this[code] outFile1.open(patho1, ios::app); //creates new blank file for export if (outFile1.fail()) ...
This user does not accept Private Messages