<?xml version="1.0"?>
<?xml-stylesheet type="text/css" href="http://programmingexamples.net/w/skins/common/feed.css?303"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>http://programmingexamples.net/w/index.php?action=history&amp;feed=atom&amp;title=CPP%2FStrings%2FCompare</id>
		<title>CPP/Strings/Compare - Revision history</title>
		<link rel="self" type="application/atom+xml" href="http://programmingexamples.net/w/index.php?action=history&amp;feed=atom&amp;title=CPP%2FStrings%2FCompare"/>
		<link rel="alternate" type="text/html" href="http://programmingexamples.net/w/index.php?title=CPP/Strings/Compare&amp;action=history"/>
		<updated>2026-08-02T23:05:24Z</updated>
		<subtitle>Revision history for this page on the wiki</subtitle>
		<generator>MediaWiki 1.23.5</generator>

	<entry>
		<id>http://programmingexamples.net/w/index.php?title=CPP/Strings/Compare&amp;diff=41&amp;oldid=prev</id>
		<title>Daviddoria: moved CPP/CompareStrings to CPP/Strings/Compare</title>
		<link rel="alternate" type="text/html" href="http://programmingexamples.net/w/index.php?title=CPP/Strings/Compare&amp;diff=41&amp;oldid=prev"/>
				<updated>2010-06-23T11:52:02Z</updated>
		
		<summary type="html">&lt;p&gt;moved &lt;a href=&quot;/wiki/CPP/CompareStrings&quot; class=&quot;mw-redirect&quot; title=&quot;CPP/CompareStrings&quot;&gt;CPP/CompareStrings&lt;/a&gt; to &lt;a href=&quot;/wiki/CPP/Strings/Compare&quot; title=&quot;CPP/Strings/Compare&quot;&gt;CPP/Strings/Compare&lt;/a&gt;&lt;/p&gt;
&lt;table class='diff diff-contentalign-left'&gt;
				&lt;tr style='vertical-align: top;'&gt;
				&lt;td colspan='1' style=&quot;background-color: white; color:black; text-align: center;&quot;&gt;← Older revision&lt;/td&gt;
				&lt;td colspan='1' style=&quot;background-color: white; color:black; text-align: center;&quot;&gt;Revision as of 11:52, 23 June 2010&lt;/td&gt;
				&lt;/tr&gt;&lt;tr&gt;&lt;td colspan='2' style='text-align: center;'&gt;&lt;div class=&quot;mw-diff-empty&quot;&gt;(No difference)&lt;/div&gt;
&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;</summary>
		<author><name>Daviddoria</name></author>	</entry>

	<entry>
		<id>http://programmingexamples.net/w/index.php?title=CPP/Strings/Compare&amp;diff=38&amp;oldid=prev</id>
		<title>Daviddoria: Created page with '==CompareStrings.cpp== &lt;source lang=&quot;cpp&quot;&gt; #include &lt;iostream&gt; #include &lt;string&gt;  using namespace std; 		 int main(int argc, char *argv[]) {   string Hello = &quot;Hello&quot;;   string Go…'</title>
		<link rel="alternate" type="text/html" href="http://programmingexamples.net/w/index.php?title=CPP/Strings/Compare&amp;diff=38&amp;oldid=prev"/>
				<updated>2010-06-23T11:49:21Z</updated>
		
		<summary type="html">&lt;p&gt;Created page with &amp;#039;==CompareStrings.cpp== &amp;lt;source lang=&amp;quot;cpp&amp;quot;&amp;gt; #include &amp;lt;iostream&amp;gt; #include &amp;lt;string&amp;gt;  using namespace std; 		 int main(int argc, char *argv[]) {   string Hello = &amp;quot;Hello&amp;quot;;   string Go…&amp;#039;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;==CompareStrings.cpp==&lt;br /&gt;
&amp;lt;source lang=&amp;quot;cpp&amp;quot;&amp;gt;&lt;br /&gt;
#include &amp;lt;iostream&amp;gt;&lt;br /&gt;
#include &amp;lt;string&amp;gt;&lt;br /&gt;
&lt;br /&gt;
using namespace std;&lt;br /&gt;
		&lt;br /&gt;
int main(int argc, char *argv[])&lt;br /&gt;
{&lt;br /&gt;
  string Hello = &amp;quot;Hello&amp;quot;;&lt;br /&gt;
  string Goodbye = &amp;quot;Goodbye&amp;quot;;&lt;br /&gt;
&lt;br /&gt;
  cout &amp;lt;&amp;lt; Hello.compare(Goodbye) &amp;lt;&amp;lt; &amp;quot; (should be != 0)&amp;quot; &amp;lt;&amp;lt; endl;&lt;br /&gt;
  cout &amp;lt;&amp;lt; Hello.compare(Hello) &amp;lt;&amp;lt; &amp;quot; (should be == 0)&amp;quot; &amp;lt;&amp;lt; endl;&lt;br /&gt;
  cout &amp;lt;&amp;lt; Hello.compare(&amp;quot;Hello&amp;quot;) &amp;lt;&amp;lt; &amp;quot; (should be == 0)&amp;quot; &amp;lt;&amp;lt; endl;&lt;br /&gt;
&lt;br /&gt;
  return 0;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;/div&gt;</summary>
		<author><name>Daviddoria</name></author>	</entry>

	</feed>