<?xml version="1.0"?>
<rss version="2.0">
	<channel>
		<title>amateur: comparing strings</title>
		<link>http://www.allegro.cc/forums/view/588385</link>
		<description>Allegro.cc Forum Thread</description>
		<webMaster>matthew@allegro.cc (Matthew Leverton)</webMaster>
		<lastBuildDate>Mon, 06 Nov 2006 01:23:47 +0000</lastBuildDate>
	</channel>
	<item>
		<description><![CDATA[<div class="mockup v2"><p>Sorry for this question. I was googling a lot, but have not found anything relevant <img src="http://www.allegro.cc/forums/smileys/undecided.gif" alt=":-/" />.<br />I have to compare two strings, if they are exact the same, but I have almost none experiences with strings in C. <img src="http://www.allegro.cc/forums/smileys/sad.gif" alt=":(" />
</p></div>]]>
		</description>
		<author>no-reply@allegro.cc (Pavel Hilser)</author>
		<pubDate>Sun, 05 Nov 2006 15:10:22 +0000</pubDate>
	</item>
	<item>
		<description><![CDATA[<div class="mockup v2"><div class="source-code snippet"><div class="inner"><pre><a href="http://www.delorie.com/djgpp/doc/libc/libc_754.html" target="_blank">strcmp</a><span class="k2">(</span><span class="k2">)</span><span class="k2">;</span>
<a href="http://www.allegro.cc/manual/ustrcmp" target="_blank"><span class="a">ustrcmp</span></a><span class="k2">(</span><span class="k2">)</span><span class="k2">;</span>
</pre></div></div><p>
</p></div>]]>
		</description>
		<author>no-reply@allegro.cc (miran)</author>
		<pubDate>Sun, 05 Nov 2006 15:12:40 +0000</pubDate>
	</item>
	<item>
		<description><![CDATA[<div class="mockup v2"><p>ok, stupid me, thanx for kicking in the right direction <img src="http://www.allegro.cc/forums/smileys/smiley.gif" alt=":)" />
</p></div>]]>
		</description>
		<author>no-reply@allegro.cc (Pavel Hilser)</author>
		<pubDate>Sun, 05 Nov 2006 15:17:37 +0000</pubDate>
	</item>
	<item>
		<description><![CDATA[<div class="mockup v2"><p>string.h has em all... <a href="http://www.opengroup.org/onlinepubs/007908799/xsh/string.h.html">http://www.opengroup.org/onlinepubs/007908799/xsh/string.h.html</a>
</p></div>]]>
		</description>
		<author>no-reply@allegro.cc (Goalie Ca)</author>
		<pubDate>Sun, 05 Nov 2006 16:02:58 +0000</pubDate>
	</item>
	<item>
		<description><![CDATA[<div class="mockup v2"><p>Forgive me, but what&#39;s wrong with &#39;==&#39;?
</p></div>]]>
		</description>
		<author>no-reply@allegro.cc (James Stanley)</author>
		<pubDate>Mon, 06 Nov 2006 01:10:45 +0000</pubDate>
	</item>
	<item>
		<description><![CDATA[<div class="mockup v2"><div class="quote_container"><div class="title">Quote:</div><div class="quote"><p>
Forgive me, but what&#39;s wrong with &#39;==&#39;?
</p></div></div><p>

You can&#39;t compare two strings using the &quot;==&quot; operator in C.Because in C a strings is an array of chars, so you have to compara each char in the array one by one.You can implement your own function to do that using a pointer to char, or you can use the ANSI C strcmp and stricmp functions.
</p></div>]]>
		</description>
		<author>no-reply@allegro.cc (Paul whoknows)</author>
		<pubDate>Mon, 06 Nov 2006 01:23:47 +0000</pubDate>
	</item>
</rss>
