Answered step by step
Verified Expert Solution
Question
1 Approved Answer
cc++ help please and thank you. Function 2 Function Name: Function Parameters: Function Return: Function Description: EncryptString string (by reference) int (Number of characters to
cc++ help please and thank you.
Function 2 Function Name: Function Parameters: Function Return: Function Description: EncryptString string (by reference) int (Number of characters to shift by) bool This function will perform a Caesar Cipher shift (http://en.wikipedia.org/wiki/Caesar_cipher). If the string contains any non-alpha characters do not perform the encryption and return false. Otherwise perform the encryption and return true. Function 3 Function Name: Function Parameters: Function Return: Function Description: DecryptString string (by reference) int (Number of characters the string was shifted by) bool This function decrypts a Caesar Cipher shift. If the string contains any non-alpha characters do not perform the decryption and return false. Otherwise perform the encryption and return trueStep by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started