hello there...im new in c++, i need your help with this one...i want to create a program that will create an .ISO image file. the user will be asked to input all the files that he wants to compress..i just want to know what topic in c++ i will study for this program...to further elaborate, let me show to you what i mean...
__________________________
Menu:
1 - Enter file to be compressed
0 - Exit
//user enters 1
Enter filename: sex.txt
Files:
Another file (y/n)?
//user enters y
Enter filename: blah.bmp
Files:
sex.txt
Another file (y/n)?
//user enters n
your files: sex.txt, blah.bmp
Compress to ISO(y/n)?
//user enters y
enter file name for ISO: example
compressing.....
successful! - example.iso
press enter to return to main menu
__________________________
something like that...i just want to show the interface for you to know what i mean...
what do i need to study in order i can make this application?
just need your tutorials....thanks :twisted: