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 return the "string" as a string.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
