How to rename a file within a loop in C++

Joined
Jun 28, 2005
Messages
1
Reaction score
0
Hi all,
I am trying to rename files within a for loop in a C++ program, as and when they are created by a simulator. In other words I want to store each output file independently, once it is created.I would be very grateful if anyone could help me out with this.

Thanks,
Shekhar.
 
Back
Top