<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[gegenteil von strstr?]]></title><description><![CDATA[<p>hi<br />
habe folgendes problem. der server sendet mir z.b.:<br />
:haribo!~haribo1@GF-CDE1F35.h.pppool.de PRIVMSG #channel :hi<br />
mit strstr(const char*,&quot;#&quot;) liefert er mir :#channel :hi<br />
aber wie bekomme ich &quot;haribo&quot;? sozusagen das gegenteil von strstr, was mir die zeichen bis zu einem bestimmten einliest.<br />
gruß<br />
ebro</p>
]]></description><link>https://www.c-plusplus.net/forum/topic/124104/gegenteil-von-strstr</link><generator>RSS for Node</generator><lastBuildDate>Sun, 23 Aug 2026 20:16:19 GMT</lastBuildDate><atom:link href="https://www.c-plusplus.net/forum/topic/124104.rss" rel="self" type="application/rss+xml"/><pubDate>Sun, 23 Oct 2005 20:15:54 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to gegenteil von strstr? on Sun, 23 Oct 2005 20:15:54 GMT]]></title><description><![CDATA[<p>hi<br />
habe folgendes problem. der server sendet mir z.b.:<br />
:haribo!~haribo1@GF-CDE1F35.h.pppool.de PRIVMSG #channel :hi<br />
mit strstr(const char*,&quot;#&quot;) liefert er mir :#channel :hi<br />
aber wie bekomme ich &quot;haribo&quot;? sozusagen das gegenteil von strstr, was mir die zeichen bis zu einem bestimmten einliest.<br />
gruß<br />
ebro</p>
]]></description><link>https://www.c-plusplus.net/forum/post/899604</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/899604</guid><dc:creator><![CDATA[ebrosius]]></dc:creator><pubDate>Sun, 23 Oct 2005 20:15:54 GMT</pubDate></item><item><title><![CDATA[Reply to gegenteil von strstr? on Sun, 23 Oct 2005 20:17:02 GMT]]></title><description><![CDATA[<p>Einfach std::string benutzen, dann hat man damit keine Probleme.</p>
<p>Gruß</p>
]]></description><link>https://www.c-plusplus.net/forum/post/899606</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/899606</guid><dc:creator><![CDATA[FireFlow]]></dc:creator><pubDate>Sun, 23 Oct 2005 20:17:02 GMT</pubDate></item><item><title><![CDATA[Reply to gegenteil von strstr? on Sun, 23 Oct 2005 20:20:09 GMT]]></title><description><![CDATA[<p>Oder mit Substrings arbeiten</p>
]]></description><link>https://www.c-plusplus.net/forum/post/899609</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/899609</guid><dc:creator><![CDATA[moe szyslak]]></dc:creator><pubDate>Sun, 23 Oct 2005 20:20:09 GMT</pubDate></item><item><title><![CDATA[Reply to gegenteil von strstr? on Sun, 23 Oct 2005 20:49:20 GMT]]></title><description><![CDATA[<p>also gibts dafür keine direkte funktion?</p>
]]></description><link>https://www.c-plusplus.net/forum/post/899625</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/899625</guid><dc:creator><![CDATA[ebrosius]]></dc:creator><pubDate>Sun, 23 Oct 2005 20:49:20 GMT</pubDate></item><item><title><![CDATA[Reply to gegenteil von strstr? on Sun, 23 Oct 2005 21:47:36 GMT]]></title><description><![CDATA[<p>ebrosius schrieb:</p>
<blockquote>
<p>also gibts dafür keine direkte funktion?</p>
</blockquote>
<p>Doch jede Menge in der std::string Klasse.</p>
]]></description><link>https://www.c-plusplus.net/forum/post/899643</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/899643</guid><dc:creator><![CDATA[User---]]></dc:creator><pubDate>Sun, 23 Oct 2005 21:47:36 GMT</pubDate></item><item><title><![CDATA[Reply to gegenteil von strstr? on Mon, 24 Oct 2005 06:54:07 GMT]]></title><description><![CDATA[<p>strtok ??</p>
]]></description><link>https://www.c-plusplus.net/forum/post/899742</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/899742</guid><dc:creator><![CDATA[Postman]]></dc:creator><pubDate>Mon, 24 Oct 2005 06:54:07 GMT</pubDate></item><item><title><![CDATA[Reply to gegenteil von strstr? on Mon, 24 Oct 2005 09:03:18 GMT]]></title><description><![CDATA[<p>oh perfekt postman.<br />
genau danach hab ich gesucht. danke</p>
]]></description><link>https://www.c-plusplus.net/forum/post/899838</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/899838</guid><dc:creator><![CDATA[ebrosius]]></dc:creator><pubDate>Mon, 24 Oct 2005 09:03:18 GMT</pubDate></item></channel></rss>