Alright, so you'd think this would be piss easy. Then again, it probably is, i'm a nub at C++.
ANYWAY. So I want to have it so if you put in a line as a cin, such as
"check out that sweet ass dragon"
it would notice that you said dragon and would cout
"don't be talkin' bout muh dragon."
I tried the find function, but apparently i'm too retarded to work it. even from examples of it being used I found online, the find function only worked when 'dragon' was the first word. Lame.
Any help?