<?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[sortieren in alphabetischer Reihenfolge]]></title><description><![CDATA[<p>hallo,<br />
habe ich in der FAQ nachgesehen, finde aber nichts. Möchte in einem &quot; std::vector&lt;AnsiString&gt; &quot; den Inhalt in alphabetischer Reihenfolge sortieren.<br />
wer kann mir helfen ?</p>
<p>int sortierung habe ich.</p>
<p>Gruß Siegfried</p>
]]></description><link>https://www.c-plusplus.net/forum/topic/145613/sortieren-in-alphabetischer-reihenfolge</link><generator>RSS for Node</generator><lastBuildDate>Wed, 05 Aug 2026 02:34:09 GMT</lastBuildDate><atom:link href="https://www.c-plusplus.net/forum/topic/145613.rss" rel="self" type="application/rss+xml"/><pubDate>Sat, 29 Apr 2006 15:40:18 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to sortieren in alphabetischer Reihenfolge on Sat, 29 Apr 2006 15:43:19 GMT]]></title><description><![CDATA[<p>hallo,<br />
habe ich in der FAQ nachgesehen, finde aber nichts. Möchte in einem &quot; std::vector&lt;AnsiString&gt; &quot; den Inhalt in alphabetischer Reihenfolge sortieren.<br />
wer kann mir helfen ?</p>
<p>int sortierung habe ich.</p>
<p>Gruß Siegfried</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1047850</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1047850</guid><dc:creator><![CDATA[Beppo]]></dc:creator><pubDate>Sat, 29 Apr 2006 15:43:19 GMT</pubDate></item><item><title><![CDATA[Reply to sortieren in alphabetischer Reihenfolge on Sat, 29 Apr 2006 15:51:00 GMT]]></title><description><![CDATA[<p>probier mal in der Richtung</p>
<p>sort(vec.begin(), vec.end(), SORT);</p>
<p>int SORT(String s1,String s2)<br />
{</p>
<p>return si.AnsiCompare(s2);<br />
}</p>
<p>Wäre allerdings zu prüfen, ob man statt dem vector ein Stringlist nimmt, die wäre automatisch sortiert</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1047859</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1047859</guid><dc:creator><![CDATA[Christian211]]></dc:creator><pubDate>Sat, 29 Apr 2006 15:51:00 GMT</pubDate></item></channel></rss>