Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Write a head program in head.cpp . The head program should read the first n lines of either a file or standard input If n

Write a head program in head.cpp.
The head program should read the first n lines of either a file or standard input
If n isn't provided, print 10 lines
If no file is provided, read the lines from standard input (cin)
There are four possible scenarios for command-line arguments:
No arguments: the program should read 10 lines from standard input.
1 argument that is an input file: the program should attempt to read 10 lines from the file.
1 argument that is a number of lines n: the program should read that number of lines from standard input.
-NOTE: Empty lines ("") count as valid input. The program should accept them the same way it accepts non-empty lines.
2 arguments: the program should read n lines from the file.
If the input file does not exist, the program should print an error message and exit
If more lines are requested than the input file has, the program should just print as many lines as the file has and no extras.
Follow the formatting demonstrated in the example

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Data Access Patterns Database Interactions In Object Oriented Applications

Authors: Clifton Nock

1st Edition

0321555627, 978-0321555625

More Books

Students also viewed these Databases questions

Question

What partnerships is your firm currently engaged in?

Answered: 1 week ago