Question: Read the questions and comments provide a code solution, that coresspond with the code. On the screenshot there are variables there to use for the

Read the questions and comments provide a code solution, that coresspond with the code. On the screenshot there are variables there to use for the code. Put the code in the comments do NOT leave comments with no code. ColorFunctions.cpp #include "ColorFunctions.h"
#include
using namespace std;
void WriteHeader()
{
//put your name, course and program information
cout"Brayan Licano, C++11 and this is about swapping colors""on the sentences."
#include
#include
#include "Functions.h"
using namespace std; int main()
{// Display class header
displayClassHeader();
// Declare variables
SentenceData data;
vector vColors;
vector vPhrases;
// Set default filenames
string colorFile("Colors.txt");
string sentenceFile("Sentences.txt");
string swapPhrasesFile("SwapPhrases.txt");
string outputFile("Out.txt");
// Ask user for filenames or use defaults
getUserInputFilenames(colorFile, sentenceFile, swapPhrasesFile, outputFile);
// Call Read functions
// Call WriteOriginal function
ofstream outFile(outputFile);
writeOriginal(outFile, data.sentences, vColors, vPhrases);
// Call SwapColors function
int numModified = swapColors(data, vColors, vPhrases);
// Ask for output filename
// Open output results file and call WriteResults function
ofstream resultsFile(outputResultsFile);
writeResults(resultsFile, data, numModified);
// Display results to the user
displayResults(data, numModified);
// Display Good-bye message
displayGoodbyeMessage();
return 0;
}
 Read the questions and comments provide a code solution, that coresspond

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!