• Home
  • Blog
  • University of Houston Victoria Scientific and Technical Aerospace Program

University of Houston Victoria Scientific and Technical Aerospace Program

0 comments

Write a program that reads the contents of two text files and compare them in the followingg ways:

It should display a list of all the unique words contained in both files.
It should display a list of the words that appears in both files. 
It should display a list of the words that appears in the first file, but not the second.
It should display a list of the words that appears in the second file, but not the first.
It should display a list of the words that appears in the either the first or second file but not in both.

Hint: Use set operations to perform these analyses. Also see discussion or study materials of sting tokenizing
(chapter 10 of your text book)

Second part on Link List


SOWC++ P1161 P1
Design your own linked list class to hold a series of integers. The class should have member functions for appending, inserting, and
deleting nodes. Don't forget to add a destructor that destroys the list. Demonstrate the class with driver program.

Grading for Each assignments is Based on following requirements clearly stated as follow: 
a.  Top of each Program you have your Name :  Indicated that this is your work.           (1 point )
b.  Next line is indicating the date you are submitting your program.                               (1 point )
c.  Next line you will write a brief explanation for what this program intend to do.            (1 point )
d. Use of sufficient comments to clarify use of syntax. (1 point)
e. Use of meaningful variable (identifier) in your program (1 point)
f. Separate input, process, and output instructions by a comment (In-Process-Out) (1 point)
g. Working program without any error (3 points)
h. Turn in on time (1 point deducted for each day late submission) (1 point)

Submit only .cpp (source code of your program).
Do not submit zip file .sln file, input and output file

About the Author

Follow me


{"email":"Email address invalid","url":"Website address invalid","required":"Required field missing"}