Hi,
I want to open & close multiple files in a for loop.I have two problems :
1.How can I define an array of file names to be entered to "fstream" function?
2.How can I avoid redefiniton error for redefining an fstream variable?
I would be thankful if any one can help me.
I want to open & close multiple files in a for loop.I have two problems :
1.How can I define an array of file names to be entered to "fstream" function?
2.How can I avoid redefiniton error for redefining an fstream variable?
I would be thankful if any one can help me.
Comment