Question: c++, So i need a function for this: I have this in a file : So i am trying to take string out, using ctype

c++,

So i need a function for this:

I have this in a file :

So i am trying to take string out, using ctype words (strlen, find, next, etc), and return the word string. How can I take it out?

Dont worry about reading the file. I already have a way to read it it.Just assume I have a function like this:

std::string:const _iterator(std::string:const _iterator begin,std::string:const _iterator end)

Note: begin start from < and end goes to >

So what I want done is pretty much a function to check if the word string is found and return the word string if it is.

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!