User: ex81

  • Public profile

User profile: ex81

User info
User name:ex81
History
Joined:
Number of posts:7
Latest posts:

Sorted link lists
I'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 this
So 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 this
That 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