pungemo
Member
I am currently facing a bit of a problem with my major project. I am making a file/text encryption program. I've written all the algorithms and have a user interface developed. However the highly sequencial nature of the encryption process is making it very difficult to integrate into an event-based system. I was wondering whether it would be more effective to program a command-line based system rather than spending a long time trying to make it fit into a user interface.
The command line would still use a menu, such as the following:
1. New File
2. Open Plain-Text File
3. Open Encrypted File
4. Help
5. Quit
My main concern is that I won't be able to off the same level of user documentation built into the program (such as launching a web page or a help topics thing). Any help would be appreciated.
The command line would still use a menu, such as the following:
1. New File
2. Open Plain-Text File
3. Open Encrypted File
4. Help
5. Quit
My main concern is that I won't be able to off the same level of user documentation built into the program (such as launching a web page or a help topics thing). Any help would be appreciated.