subject

You will write a program to read in a file and found out how many groupings (blobs) of characters there are in the file (in C++) Read in a file into a 2-dimensional array of size 22 rows and 72 columns.
Leave the 1st column and last column blank. I. E. start populating data in Column 1.
Leave the 1st row and last row blank. I. E. start populating data in Row 1
You need only have one function in your program and that is the recursive function that
finds and clears out each grouping or blob.
Your only output is the correct number of blobs as show in the sample output.
The text file must be read into a 2-d array so that it can be searched. The first and last rows and columns of the 2-d array should be blank to avoid having to check boundaries of the array during processing.
Once you find a character that is non-blank you should set it to a space so it is not detected again. If you choose to do the extra credit work, once you have printed out the text file or 2d array there is no reason to keep it whole.
You must hard code the file name to "blob. txt".
No global variables, other than constants and type definitions!
Use the const qualifier on member functions wherever it is appropriate.
Your main routine should just mainly handle the calling of functions and basic program
structure.
You will need to use the library for output. You may use the library
for formatting your output if you wish.
When you write source code, it should be readable and well-documented.
You must have prototypes for all of your functions.
You may use any sorting technique you wish but the simplest (exchange or bubble sort) is all
that is required.
The size of the array must match exactly the number of records in the file. No more no less.

ansver
Answers: 2

Another question on Computers and Technology

question
Computers and Technology, 22.06.2019 13:30
1. technician a says horsepower information can be used by consumers to compare the power of different automobile engines. technician b says that manufacturers will often list the horsepower output of their engines in the online service information. who is right?
Answers: 2
question
Computers and Technology, 22.06.2019 20:00
Which type of file can be used to import data into a spreadsheet?
Answers: 1
question
Computers and Technology, 23.06.2019 09:00
What provides an array of buttons for quick access to commonly used commands and tools
Answers: 1
question
Computers and Technology, 23.06.2019 18:30
Janice recently received her college degree and is looking for a job. she is worried that since she just finished school, she will be required to repay her perkins and direct subsidized loans immediately. janice pulls out the paperwork she signed and reviews it again for repayment information. after reading all of the information, janice discovers that
Answers: 2
You know the right answer?
You will write a program to read in a file and found out how many groupings (blobs) of characters th...
Questions
question
Medicine, 17.10.2020 14:01
question
Mathematics, 17.10.2020 14:01
question
History, 17.10.2020 14:01
question
English, 17.10.2020 14:01
Questions on the website: 13722360