I want to create 100 files with the increment of file names included..
for example the file name are :
file #1
file #2
file #3 etc
I tried but fail, I stuck at how to convert the int increment variable into string.. help..
can u guys give me full code? my college even din't teach class (shit)..
C#
for (int i = 0; i < 100; i++) File.Create(i.ToString() + ".txt");
C++
HELP :(
that code i gave you. that takes file name from user, sets its location, and says type of file. then opens the save file. what else could you want?