Posts by Marcos Rodrigues • 11 points
1 post
-
1
votes2
answers1174
viewsQ: Data Comparison in Files [C]
I want to make an algorithm that takes a name in an X file and see if this name exists in another Y file, if it does not exist it writes that name in a third Z file. (Basically an algorithm that…