I actually intend to make a program using c++ which does the three following tasks:
1)lets me input the location and name of a jpg image file...
2)picks up the name of the file and stores it in a string...for eg if file name is myfile.jpg it picks up "myfile" and stores it in a string
3)IMP TASK: The program then puts the string obtained ie."myfile" into the description of the file......the description is the metadata of file which can be accessed by right clicking on any image and then clicking on properties.....In the detail tab there are various data like description,author,subject etc.........(i want to fill these details using c++ program....)
I just want to know how to start with the program...which libraries and functions i wud require......(and if the program cud be done easily in some another language....)