<?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%2FMacros</id>
		<title>CPP/Macros - 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%2FMacros"/>
		<link rel="alternate" type="text/html" href="http://programmingexamples.net/w/index.php?title=CPP/Macros&amp;action=history"/>
		<updated>2026-06-13T10:21:41Z</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/Macros&amp;diff=83&amp;oldid=prev</id>
		<title>Daviddoria: Created page with '==Macros.cpp== &lt;source lang=&quot;cpp&quot;&gt; #define SetMacro(name,type) \ void Set##name (type _arg)  // run // gcc -E file.cpp // to see the precompiler output int main() {   SetMacro(Te…'</title>
		<link rel="alternate" type="text/html" href="http://programmingexamples.net/w/index.php?title=CPP/Macros&amp;diff=83&amp;oldid=prev"/>
				<updated>2010-06-23T12:36:56Z</updated>
		
		<summary type="html">&lt;p&gt;Created page with &amp;#039;==Macros.cpp== &amp;lt;source lang=&amp;quot;cpp&amp;quot;&amp;gt; #define SetMacro(name,type) \ void Set##name (type _arg)  // run // gcc -E file.cpp // to see the precompiler output int main() {   SetMacro(Te…&amp;#039;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;==Macros.cpp==&lt;br /&gt;
&amp;lt;source lang=&amp;quot;cpp&amp;quot;&amp;gt;&lt;br /&gt;
#define SetMacro(name,type) \&lt;br /&gt;
void Set##name (type _arg)&lt;br /&gt;
&lt;br /&gt;
// run&lt;br /&gt;
// gcc -E file.cpp&lt;br /&gt;
// to see the precompiler output&lt;br /&gt;
int main()&lt;br /&gt;
{&lt;br /&gt;
  SetMacro(Test, int);&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>