Hi Friends
I am writing a program in c++ where in i will extract a word (AB2345) from a input file and then i have to create a filename by this word , i.e AB2345.txt . Like this there are around 100
words with different numbers (eg, AB123,AB521.... ..), i.e i have to create 100 files .
How should i implement this using fstream . Please Guide Me.
Thanks in Advance
Praveen
I am writing a program in c++ where in i will extract a word (AB2345) from a input file and then i have to create a filename by this word , i.e AB2345.txt . Like this there are around 100
words with different numbers (eg, AB123,AB521.... ..), i.e i have to create 100 files .
How should i implement this using fstream . Please Guide Me.
Thanks in Advance
Praveen
Comment