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

	<entry>
		<id>http://www.programmingexamples.net/w/index.php?title=CPP/Pragma&amp;diff=5167&amp;oldid=prev</id>
		<title>Daviddoria: Created page with '==Pragma.cpp== &lt;source lang=&quot;cpp&quot;&gt; #include &lt;iostream&gt; #include &lt;typeinfo&gt;  #define STR(x) STR2(x) #define STR2(x) #x  #define FOO 3  int main(int, char*[]) {   #pragma message(&quot;…'</title>
		<link rel="alternate" type="text/html" href="http://www.programmingexamples.net/w/index.php?title=CPP/Pragma&amp;diff=5167&amp;oldid=prev"/>
				<updated>2012-06-10T13:04:37Z</updated>
		
		<summary type="html">&lt;p&gt;Created page with &amp;#039;==Pragma.cpp== &amp;lt;source lang=&amp;quot;cpp&amp;quot;&amp;gt; #include &amp;lt;iostream&amp;gt; #include &amp;lt;typeinfo&amp;gt;  #define STR(x) STR2(x) #define STR2(x) #x  #define FOO 3  int main(int, char*[]) {   #pragma message(&amp;quot;…&amp;#039;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;==Pragma.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;typeinfo&amp;gt;&lt;br /&gt;
&lt;br /&gt;
#define STR(x) STR2(x)&lt;br /&gt;
#define STR2(x) #x&lt;br /&gt;
&lt;br /&gt;
#define FOO 3&lt;br /&gt;
&lt;br /&gt;
int main(int, char*[])&lt;br /&gt;
{&lt;br /&gt;
  #pragma message(&amp;quot;A message!&amp;quot;)&lt;br /&gt;
&lt;br /&gt;
  #pragma message(STR(FOO))&lt;br /&gt;
  &lt;br /&gt;
  return 0;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==CMakeLists.txt==&lt;br /&gt;
&amp;lt;source lang=&amp;quot;cmake&amp;quot;&amp;gt;&lt;br /&gt;
cmake_minimum_required(VERSION 2.6)&lt;br /&gt;
&lt;br /&gt;
Project(Pragma)&lt;br /&gt;
&lt;br /&gt;
ADD_EXECUTABLE(Pragma Pragma.cpp)&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;/div&gt;</summary>
		<author><name>Daviddoria</name></author>	</entry>

	</feed>