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

Other questions on the subject: Computers and Technology

image
Computers and Technology, 22.06.2019 20:00, random286
How is the number 372 written when expanded out to place values in the base 8 (octal) number system? a. 2 x 4 + 3 x 2 + 4 x 1 b. 3 x 64 + 7 x 8 + 2 x 1 c. 3 x 8 + 7 x 7 + 2 x 6 d. 3 x 100 + 7 x 10 + 2 x 1
Answers: 1
image
Computers and Technology, 22.06.2019 20:40, broang23
Write a program that begins by reading in a series of positive integers on a single line of input and then computes and prints the product of those integers. integers are accepted and multiplied until the user enters an integer less than 1. this final number is not part of the product. then, the program prints the product. if the first entered number is negative or 0, the program must print “bad input.” and terminate immediately. next, the program determines and prints the prime factorization of the product, listing the factors in increasing order. if a prime number is not a factor of the product, then it
Answers: 2
image
Computers and Technology, 22.06.2019 21:30, mjweed2456
Nathan wants to create multiple worksheet containing common formatting styles for his team members. which file extension him to save these worksheets? nathan to create multiple worksheets with common styles. he needs to save them with the extension.
Answers: 1
image
Computers and Technology, 22.06.2019 23:20, nina1390
How can you tell if someone sent you a text message to your email instead of a email
Answers: 1
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 in other subjects:

Konu
Mathematics, 22.01.2021 22:10
Konu
French, 22.01.2021 22:10
Konu
English, 22.01.2021 22:10