Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Write a C++ program to create your own Microsoft Word (.doc) file using the given guidelines IMPORTANT: Download your resource folder (Compressed folder that contain

image text in transcribed
image text in transcribed
image text in transcribed
Write a C++ program to create your own Microsoft Word (.doc) file using the given guidelines IMPORTANT: Download your resource folder (Compressed folder that contain FILE-1.txt and FILE-2.txt) from the link (Click here to download the Resource files). 1. Insert your Name as a comment in the program 2. Declare all the variables and file streams that are used in the program 3. Open two input files (use the given resource files) 4. Create output file (.doc) with file name must be your ID.doc. (Ex: if your ID is 26D123, then file name will be 26D123.doc) 5. Merge all the contents of two input files (FILE-1.txt and FILE-2.txt) and write (store) in your output file using a looping statement with the below-given format: 6. Close all the input and output files in your code. Note: Copy and paste the C++ code in the provided text space Attach the output file (.doc) using the attachment. Your output file should be Microsoft Word (.doc) file that contains the following records fields: Student-Name Student-ID Professor-Name University-Code Area Ahmed 16J11 Dr.Hammed Mohammed 16512 Dr. Nishad Salwa 16J23 Dr.David Ameera 45J11 Dr.Noora HST Muscat NST Nizwa SST Salalah MST Musanna

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

MySQL/PHP Database Applications

Authors: Brad Bulger, Jay Greenspan, David Wall

2nd Edition

0764549634, 9780764549632

More Books

Students also viewed these Databases questions

Question

Develop skills for building positive relationships.

Answered: 1 week ago

Question

Describe techniques for resolving conflicts.

Answered: 1 week ago

Question

Give feedback effectively and receive it appropriately.

Answered: 1 week ago