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
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started