Writé à function that returns a vector. The function will accept names (full names: Given, Middle, & Family name for each) for the vector string to be returned as many as the user will enter. The enter key will just be the data required to end the input process.

C++ for Engineers and Scientists
4th Edition
ISBN:9781133187844
Author:Bronson, Gary J.
Publisher:Bronson, Gary J.
Chapter13: Structures
Section: Chapter Questions
Problem 5PP
icon
Related questions
Question
1. Write a function that returns a vector. The function will accept names (full names: Given, Middle, & Family
name for each) for the vector string to be returned as many as the user will enter. The enter key will just
be the data required to end the input process.
2. Write a function that returns a vector with given names. The function will extract the given name from all
the elements of the vector specified as parameter. The extracted given names will be assigned to another
vector that is to be returned.
3. Write a function with vector as it's parameter. The function will display all elements of the vector specified.
4. Write a program for using all the functions created from number 1 to 3 above.
Transcribed Image Text:1. Write a function that returns a vector. The function will accept names (full names: Given, Middle, & Family name for each) for the vector string to be returned as many as the user will enter. The enter key will just be the data required to end the input process. 2. Write a function that returns a vector with given names. The function will extract the given name from all the elements of the vector specified as parameter. The extracted given names will be assigned to another vector that is to be returned. 3. Write a function with vector as it's parameter. The function will display all elements of the vector specified. 4. Write a program for using all the functions created from number 1 to 3 above.
Expert Solution
steps

Step by step

Solved in 4 steps with 2 images

Blurred answer
Knowledge Booster
Array
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.
Similar questions
  • SEE MORE QUESTIONS
Recommended textbooks for you
C++ for Engineers and Scientists
C++ for Engineers and Scientists
Computer Science
ISBN:
9781133187844
Author:
Bronson, Gary J.
Publisher:
Course Technology Ptr