Help to write a console application in Visual Studio:
- ask for a directory
- run through all files (file folders) in the directory specified in item 1
- add each file to the structure (
name, saiz, address
) // name. file extension, size, path to it - sort the structure elements by
имя
- we check each element in turn with the following ones up to the first mismatch by name (we check elements with identical names by size) // find duplicates
- display duplicates // address 1, address 2, size of duplicates
I really need help ... I haven’t learned how to program myself yet, I can only think so far)