subject

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

ansver
Answers: 1

Another question on Computers and Technology

question
Computers and Technology, 23.06.2019 01:30
Jason works as an accountant in a department store. he needs to keep a daily record of all the invoices issued by the store. which file naming convention would him the most? a)give the file a unique name b)name the file in yymmdd format c)use descriptive name while naming the files d)use capital letters while naming the file
Answers: 3
question
Computers and Technology, 23.06.2019 12:00
What does the level 1 topic in a word outline become in powerpoint? a. first-level bullet item b. slide title c. third-level bullet item d. second-level bullet item
Answers: 1
question
Computers and Technology, 24.06.2019 11:20
William travels a lot on business purpose. he needs to regularly communicate with his business partner. he also needs to send out weekly reports to his boss while he is traveling. which web-based application best suits william’s needs? (social media, webmail, wiki) is the best web-based application for william. he can access this application via the internet using a (digital cable, fax machine, web browser).
Answers: 1
question
Computers and Technology, 24.06.2019 14:00
In the microsoft® access® and microsoft excel® programs, the ribbon contains tabs that are divided into with like tools in them. parts groups containers bunches
Answers: 1
You know the right answer?
Write a c++ program to implement the encryption and decryption functions for such a scheme that will...
Questions
Questions on the website: 13722367