Hi there.
I want to create a program on windows 7(32bit) that can rename photos based on date and time taken in meta data. I would like it to have a user interface window where users can simply drag photo files onto the scrollList.. then a button that executes a main function and rename files listed in the window..
I have written a command based script in python but i would like to ask you which program/compiler/IDE I should be using to create such program in C++. I'm quite new to C++ and GUI programming, and appreciate any feedbacks.