WORK help
Description
Every week, Beatrice and her son Hans talk with each other on the
phone. Their conversations are sometimes rather heated, but always difficult.
Beatrice will go off and Hans will always get a bit frustrated with her.
you are going to write code that will generate a conversation between Hans and Beatrice by randomly selecting phrases and sentences from files, then altering them before output (details below).
Your code will start the conversation between Hans and Beatrice by having Hans
say “hello” (it’s him who makes the call). This is to be followed alternately by Beatrice and then Hans saying something.
Each thing they say will be chosen at random from their respective files,
HansSayings.dat and BeatriceSayings.dat.
But before each saying is displayed to the screen, they are to be altered by your code in the following manner.
Some words need to be “sanitized” for the general public (you never know, this could become a TV show!). Each “bad” word is to be replaced with a “good” word. Here’s how they are to be replaced:
idiot – > mean person
dammit – > darn it
shit – > poop
crap – > poopie
damn – > hoot
The entire 3trong>sanitized-version/f your conversation should be written to an output file
3trong>Conversation.dat®bsp;
Details:
Each of the sayings files is formatted with the first line containing an integer indicating how many sayings there are in the file, and the remaining lines each have a saying of at most 256 chars.
Use appropriate C++ STL containers to store your data and use iterators to iterate over container contents.
If the “bad” word begins with an uppercase letter in the saying, then the “good” word it is replaced with must also begin with an uppercase letter in the saying.
The telephone conversation ends when 20 rounds (NOT individual utterances) of
Beatrice and Hans saying something have been completed.
At the end of the conversation, Beatrice and Hans should say ‘goodbye’ to each other,
(i. e., it was over because 20 rounds of the telephone conversation finished).
There are two (2) files that you need for this:-
HansSayings.dat
BeatriceSayings.dat
- As you develop your code, seed the random number generator with a value
- of 37.
- these files
- w3_functions.cpp (function definitions)
w3_functions.h
- w3.cpp (main)

Have a similar assignment? "Place an order for your assignment and have exceptional work written by our team of experts, guaranteeing you A results."