can someone help me to slove this using c++ please.
:X
chchiu 0 Newbie Poster
Recommended Answers
Jump to PostThere are a couple approaches in c++ language:
1) if input is in the form of a std::string object, you can use it's find() method to determine if it contains any of the words, example:
std::string input; cout << "Enter a word\n"; cin >> input; if( …
Jump to PostI will remember you forever!
Seriously, how much do you think we care? Moreover, I hardly think so. I'm pretty sure that you won't hold gratitude or appreciation soon after you'll hand that assignment. Not that I'd pay a penny for you being eternally grateful to me.
Ancient Dragon …
All 5 Replies
Bench 212 Posting Pro
chchiu 0 Newbie Poster
Ancient Dragon 5,243 Achieved Level 70 Team Colleague Featured Poster
chchiu 0 Newbie Poster
mrboolf 122 Junior Poster
Ancient Dragon commented: great advice :) +36
Be a part of the DaniWeb community
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.