Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

COSC 1430: HomeworK S-Communication To be turned in on the server at 11:59 PM, Tuesday March 27 1- Objective The purpose of this assignment is

image text in transcribed
image text in transcribed
image text in transcribed
image text in transcribed
image text in transcribed
image text in transcribed
COSC 1430: HomeworK S-Communication To be turned in on the server at 11:59 PM, Tuesday March 27 1- Objective The purpose of this assignment is for students to gain a better understanding of C++ inheritance and polymorphism mechanics 2- Administrative Details All files related to this homework should be submitted on the server in your home directory. If files are not submitted on the server, they will not be graded. Your code will be compiled and tested on the server so make sure you have thoroughly tested it on the server and not your local IDE. It's recommended to include a README.txt file that includes details about your program, such as how to compile. 3- Program Description This homework will simulate encrypted communication between two clients, who are connected via a server There will be four classes required in total This means you will need to turn in 9 files -server.h, server.cpp, client.h, client.cpp, messageServer.h, messageServer.cpp, encodedServer.h, encodedServer.cpp, main.cpp. The functions that are include here are the absolutely necessary functions. You can add additional functions if you need to in order to fulfill requirements. That is, a server function that returns the id of the sender or the d of the receiver On the right, a graphical representation to see how the four dlasses will interact

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Transact SQL Cookbook Help For Database Programmers

Authors: Ales Spetic, Jonathan Gennick

1st Edition

1565927567, 978-1565927568

More Books

Students also viewed these Databases questions