Purchase Solution

C++ program to process text file

Not what you're looking for?

Ask Custom Question

Write a C++ program that reads a text file and counts the characters in each line. The program should display the line number and the length of the shortest and longest lines in the file, as well as the average number of characters per line.

Attachments
Purchase this Solution

Solution Summary

Provided program takes input file name as command line argument, and also handles special case of input file content.

Solution Preview

Please note that

- the attached program (144992.cpp) takes input file name as command line argument.
- in case input file doesn't contain any newline character but has non-zero size ...

Purchase this Solution


Free BrainMass Quizzes
Javscript Basics

Quiz on basics of javascript programming language.

Inserting and deleting in a linked list

This quiz tests your understanding of how to insert and delete elements in a linked list. Understanding of the use of linked lists, and the related performance aspects, is an important fundamental skill of computer science data structures.

Excel Introductory Quiz

This quiz tests your knowledge of basics of MS-Excel.

C++ Operators

This quiz tests a student's knowledge about C++ operators.

Word 2010: Tables

Have you never worked with Tables in Word 2010? Maybe it has been a while since you have used a Table in Word and you need to brush up on your skills. Several keywords and popular options are discussed as you go through this quiz.