Requirements Analysis of software
The mode in which the program handles user requirements is:
- Wc.exe [Parameter][filename]
In [parameter], the user interacts with the program through input parameters, the following functions are required:
1. Basic functions
- Supports the-c statistic file character number
- Supports-W statistics file Word count
- Supports-l statistics file Total rows
2, expand the function
- Support-A returns advanced options (line of code lines with blank lines of comment)
- Supports-s recursive processing of eligible files
3. Advanced Features
- Support for the-X program to interact with users in a graphical interface
[FileName] is the file name to be processed.
This is my first contact C #, in order to write this program specifically to the library to borrow a book about C # Introduction, these days is very painful, to learn a new language, see what is new, the process of learning is very difficult, but after unremitting efforts, finally learned a little C #, is not that see what function can not understand the small white, study time is very distressed, but as long as a little progress, let people very happy, this is probably kujinganlai it!
WC command-line program