Computers and Technology

Write a c++ program to implement the encryption and decryption functions for such a scheme that will split the original file into two new files and vice versa. one of these two new files will containt all the characters in the original file in odd position and the other will contain all characters in the even position. for example, if the original file contained the text: hello world! then the 1st file would contain : hlowrd and the 2nd file would contain: el ol!

1st function:

void split(char sourcefile[ ], char destfile1[ ], char dest file2[ ]);

function should:

i. open sourcefile as an input file stream

ii. open destfile2 and destfile2 as output file streams

answer
Answers: 1

Other questions on the subject: Computers and Technology

image
Computers and Technology, 22.06.2019 11:40, silviamgarcia
Pthreads programming: create and terminate a thread write a c++ program that creates a thread. the main will display a message “hello world from the main”. the main will create a thread that will display a message “hello world from the thread” and then terminates with a call to pthread_exit()
Answers: 3
image
Computers and Technology, 24.06.2019 20:10, austinwst3
Approximately what portion of global employers tends to use social media websites to hire new employees?
Answers: 1
image
Computers and Technology, 25.06.2019 04:40, hazeleyes2006
Ineed ! i need a computer whiz to me complete my study guide on computers, it's 50 questions. if anyone can me i'll be greatly appreciated.
Answers: 1
image
Computers and Technology, 25.06.2019 19:30, 5001Je
Denise is creating a web page about rainforest animals. her friend has many photos of animals from a trip to brazil. denise wants to use some of those photos for her web page. which input device is best for transferring photos to her multimedia project? a. digitizing tablet b. keyboard c. graphic pad d. digital camera reset next
Answers: 1
Do you know the correct answer?
Write a c++ program to implement the encryption and decryption functions for such a scheme that will...

Questions in other subjects: