Ich versuche zu überprüfen, ob eine Zeichenfolge eine Teilzeichenfolge in C enthält, wie: char *sent = "this is my sample example"; char *word = "sample"; if (/* sentence contains word */) { /* .. */ } Was kann anstelle von string::findC ++ verwendet