<?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[if und Buchstaben]]></title><description><![CDATA[<p>Hi<br />
ich will einen String der eine Path angabe enthält prüfen lassen ob man eine &quot;\&quot; am ende gemacht hat oder nicht<br />
mit if geht das irgenwie nicht kannmir da einer helfen<br />
Vielen Dank im Voraus<br />
Werner2005</p>
]]></description><link>https://www.c-plusplus.net/forum/topic/138001/if-und-buchstaben</link><generator>RSS for Node</generator><lastBuildDate>Sun, 02 Aug 2026 09:35:19 GMT</lastBuildDate><atom:link href="https://www.c-plusplus.net/forum/topic/138001.rss" rel="self" type="application/rss+xml"/><pubDate>Wed, 22 Feb 2006 15:20:42 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to if und Buchstaben on Wed, 22 Feb 2006 15:20:42 GMT]]></title><description><![CDATA[<p>Hi<br />
ich will einen String der eine Path angabe enthält prüfen lassen ob man eine &quot;\&quot; am ende gemacht hat oder nicht<br />
mit if geht das irgenwie nicht kannmir da einer helfen<br />
Vielen Dank im Voraus<br />
Werner2005</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1000287</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1000287</guid><dc:creator><![CDATA[Werner2005]]></dc:creator><pubDate>Wed, 22 Feb 2006 15:20:42 GMT</pubDate></item><item><title><![CDATA[Reply to if und Buchstaben on Wed, 22 Feb 2006 15:28:17 GMT]]></title><description><![CDATA[<p>Hallo</p>
<p>siehe <em>AnsiString::Pos(..)</em>;</p>
<p>bis bald<br />
akari</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1000303</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1000303</guid><dc:creator><![CDATA[akari]]></dc:creator><pubDate>Wed, 22 Feb 2006 15:28:17 GMT</pubDate></item><item><title><![CDATA[Reply to if und Buchstaben on Wed, 22 Feb 2006 15:28:45 GMT]]></title><description><![CDATA[<p>ich meine ein \</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1000305</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1000305</guid><dc:creator><![CDATA[Werner2005]]></dc:creator><pubDate>Wed, 22 Feb 2006 15:28:45 GMT</pubDate></item><item><title><![CDATA[Reply to if und Buchstaben on Wed, 22 Feb 2006 15:30:19 GMT]]></title><description><![CDATA[<pre><code class="language-cpp">if (RightStr(String,1) == &quot;\\&quot;) 
{}
</code></pre>
<p>Schau Dir &lt;&lt;Escape-Sequenzen&gt;&gt; in der Hilfe an.</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1000307</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1000307</guid><dc:creator><![CDATA[caspar_louis]]></dc:creator><pubDate>Wed, 22 Feb 2006 15:30:19 GMT</pubDate></item></channel></rss>