subject

For this assignment, you will take the cat program you wrote for the last assignment and upgrade it to add more features. we will call it dog instead of cat, because canines are better than felines. these new features will include: • the ability to specify a command line option (­s x) to change the size of the buffer used for calls to read and write to be x bytes. • the ability to specify a command line option (­n x) to change the number of bytes read from each file to x. (instead of reading the whole file as we would have without this option.) • the ability to specify a command line option (­c x) to have the program apply a caesar cipher with a shift of x to alphabetical characters in the data read before writing its results. • the ability to specify a command line option (­r x) to have the program apply a rotation of x to each byte read from the file before sending the data to be output. • the ability to specify a command line option (­x) to output the data in the file as hexadecimal.

ansver
Answers: 3

Other questions on the subject: Computers and Technology

image
Computers and Technology, 21.06.2019 21:00, Unicorn66y
If you have a lien on your vehicle, you cannot apply for a duplicate copy of your vehicle’s certificate of title. true or false
Answers: 1
image
Computers and Technology, 21.06.2019 22:00, Gaby702
Which is produced by the endocrine system to control how cells and organs function
Answers: 2
image
Computers and Technology, 22.06.2019 19:20, bob4059
1)consider the following code snippet: #ifndef book_h#define book_hconst double max_cost = 1000.0; class book{public: book(); book(double new_cost); void set_cost(double new_cost); double get_cost() const; private: double cost; }; double calculate_terms(book bk); #endifwhich of the following is correct? a)the header file is correct as given. b)the definition of max_cost should be removed since header files should not contain constants. c)the definition of book should be removed since header files should not contain class definitions. d)the body of the calculate_terms function should be added to the header file.
Answers: 1
image
Computers and Technology, 23.06.2019 14:30, carter1809
Choose the answers that best complete each sentence. on average, are more expensive than other kinds of postsecondary schools. the cost of room and board includes. to save money, some students attend auniversity in their home state.
Answers: 2
You know the right answer?
For this assignment, you will take the cat program you wrote for the last assignment and upgrade it...

Questions in other subjects:

Konu
Mathematics, 22.10.2019 03:50