View Single Post
Old 04-05-2006, 04:13 PM   #1 (permalink)
alirezan1
 
Newb Techie

Join Date: Apr 2006

Posts: 2

alirezan1

Default file creation in C++

Hi guys,

I want to write a code in C++ that creates files with different filenames like this:

file1: test1.txt
file2: test2.txt
...
file38: test38.txt
...

It has to be in a loop that generates different file eachtime.

can anybody help?

thanks
alirezan1 is offline