It is recommended to use scripts to complete this kind of flexible batch processing tasks, because many configurations will change, such as the name and path of the folder. If you use C++, you need to recompile if you modify it. Using a script language can be more flexible according to the To adjust according to changes in tasks, it is recommended to use Python, Node, and Bash scripts.
It is recommended to call compiled language in script language, otherwise you are likely to lose both development efficiency and static language performance.
Just call it through system in C++.
Reference: http://www.cplusplus.com/refe...
It is recommended to use scripts to complete this kind of flexible batch processing tasks, because many configurations will change, such as the name and path of the folder. If you use C++, you need to recompile if you modify it. Using a script language can be more flexible according to the To adjust according to changes in tasks, it is recommended to use Python, Node, and Bash scripts.
It is recommended to call compiled language in script language, otherwise you are likely to lose both development efficiency and static language performance.