J
Jul
Basically I am trying to design a program to open up a 2 txt files
scan the txt files and extract txt within each txt files that are the
same. I am kinda new to c++ so I am trying to figure out the
algorithm during the program as in:
Variable, ints, const,
fstream in of the two files
read fstream of first file
read fstream of second file
extract txt
fstream out
How big would such a program be?
I apologise for the newbie question
scan the txt files and extract txt within each txt files that are the
same. I am kinda new to c++ so I am trying to figure out the
algorithm during the program as in:
Variable, ints, const,
fstream in of the two files
read fstream of first file
read fstream of second file
extract txt
fstream out
How big would such a program be?
I apologise for the newbie question