There is a folder that contains the following: ABCThis is an example of a messag
ID: 3616111 • Letter: T
Question
There is a folder that contains the following:
ABCThis is an example of a message. It can be any
ABClength. It must be broken down into smaller chunks
ABCcalled packets.
XYZMore text more text
XYZthat needs to be broken up
is to be sent by a user to destination site ABC. It will bebroken down and sent to the destination site in packets consistingof a three-character address (i.e., ABC), a two- digit sequencenumber, and a maximum of ten characters of text, as shownbelow.
ABC01This is an
ABC02 example o
ABC03f a messag
ABC04e. It can
ABC05be any len
ABC06gth. It mu
ABC07st be brok
ABC08en down in
ABC09to smaller
ABC10 chunks ca
ABC11lled packe
ABC12ts.
XYZ01 etc
etc
If you could just give me some simple hinters that would beawesome.
Explanation / Answer
please rate - thanks #include #include #include using namespace std; main() {int i,n=5,count=0,len,inmess=0,upto=0; char mess[50]; bool first=true; string s,packet,last=""; char temp; ifstream in; in.open("input.txt"); //open file if(in.fail()) //is it ok? { coutRelated Questions
drjack9650@gmail.com
Navigate
Integrity-first tutoring: explanations and feedback only — we do not complete graded work. Learn more.