In c++ i’v read a text file and stored a string from the text file in to a vector, now i will like to accest a specific string in the vector how will i do this? Example of the text file A B C D I wil like to access “B” which is part of the vector i created.

icon
Related questions
Topic Video
Question
100%
In c++ i’v read a text file and stored a string from the text file in to a vector, now i will like to accest a specific string in the vector how will i do this? Example of the text file A B C D I wil like to access “B” which is part of the vector i created.
Expert Solution
steps

Step by step

Solved in 3 steps with 3 images

Blurred answer
Knowledge Booster
Instruction Format
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.