Question: Language: C++ Topic: Recursion thank you. Your job is to write the fill function for a raster-based graphics symbols. The input to the function is

Language: C++ Topic: Recursion
thank you.
Your job is to write the fill function for a raster-based graphics symbols. The input to the function is the row and column cell of the pixel (symbol) to be changed and what symbol to change it to. The goal is to fill the enclosed shape (of one symbol) with the new symbol. This should be done recursively program. The graphic is stored in a 2D array of D-D-??? The program should dynamically read in an ascii art file, then prompt the user for the cell to fill and what symbol to fill it with. Then allow the user to save the new art Example run: Select from the options: (L) oad art F) ill. (S) ave art Choice? L File to read art.txt Ceeee oSS$$SSS$$$$ ~"SSSSSS"~ .@@@@> Cooee
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
