Hi,
How can we assign dynamic filenames to output files. I have to redirect my debug output to a file, however for each instance I need to generate a new file name for the debug output something like "date.time.txt".
Is that possible in C++.
Thanks,
Tewari