Need suggestions regarding design of FRONT END for project
Hello guys,
I'm an engineering student and have developed an application as part of my final year project. It's working well. But I'm supposed to design a front end for it.
The way I have implemented it is: The user provides the input from command line like:
prog-name supposed-file-name -level file1 [file2] [file3] ....
prog-name is the executable, supposed file-name is the output file obtained after running the executable, and then the file names.
Please guys suggest me how to develop a front-end for this.
|