clem84
Gold Member
I searched thinking there would be a programming/coding OT but I didn't find any so I thought why not ask?
I need an app to read and parse the file names contained in a folder, and then output the result to a text file. I need the app to recover a specific part of the file name and make a list. Basically I need the app I will code to read the first part and second part of the filename, and then write a text file with all the numbers grouped by category.
This is my question. I have never programmed a desktop app to do anything. I learned C++ like 20 years ago. I'm not longer familiar with what's out there.
What is the best language to code this kind of app? C++?
What editor/compiler should I install on my Windows 10 PC?
I need an app to read and parse the file names contained in a folder, and then output the result to a text file. I need the app to recover a specific part of the file name and make a list. Basically I need the app I will code to read the first part and second part of the filename, and then write a text file with all the numbers grouped by category.
This is my question. I have never programmed a desktop app to do anything. I learned C++ like 20 years ago. I'm not longer familiar with what's out there.
What is the best language to code this kind of app? C++?
What editor/compiler should I install on my Windows 10 PC?
Last edited: