Someone Please help
Tools:
- C++
- SDL 1.2.15
- CodeBlocks 20.03
Functionality:
1) Checking the catalog structure:
– program searches through sub-catalogs
--- if a file/catalog with a particular name pattern is found, program ads the path of the file to a csv file “data.csv”.
2) Unpacking the archives.
3) Bulk renaming files/catalogs.
Nothing in the functionality specifically calls out GUI requirements. Start by just writing the logic for needed operations in a normal program. You can link it up to a GUI later (this is also a nice way to force you to modularize your code; you can have a graphical interface and a command-line interface).
Instead of just saying "help", tell us what obstacle is specifically giving you a problem.