<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>http://vrl.cs.brown.edu/wiki/index.php?action=history&amp;feed=atom&amp;title=CXX</id>
	<title>CXX - Revision history</title>
	<link rel="self" type="application/atom+xml" href="http://vrl.cs.brown.edu/wiki/index.php?action=history&amp;feed=atom&amp;title=CXX"/>
	<link rel="alternate" type="text/html" href="http://vrl.cs.brown.edu/wiki/index.php?title=CXX&amp;action=history"/>
	<updated>2026-04-20T17:18:32Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.43.1</generator>
	<entry>
		<id>http://vrl.cs.brown.edu/wiki/index.php?title=CXX&amp;diff=4642&amp;oldid=prev</id>
		<title>Brad Berg: New page:  CXX&amp;lt;Program&amp;gt; = &amp;lt;C++ Source&amp;gt;.cpp ...  Designate C++ source files that are to be built for each program. The G.Build system recognizes the .cpp and .C suffixes. The .cpp suffix ...</title>
		<link rel="alternate" type="text/html" href="http://vrl.cs.brown.edu/wiki/index.php?title=CXX&amp;diff=4642&amp;oldid=prev"/>
		<updated>2010-11-19T16:42:01Z</updated>

		<summary type="html">&lt;p&gt;New page:  CXX&amp;lt;Program&amp;gt; = &amp;lt;C++ Source&amp;gt;.cpp ...  Designate C++ source files that are to be built for each program. The G.Build system recognizes the .cpp and .C suffixes. The .cpp suffix ...&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt; CXX&amp;amp;lt;Program&amp;amp;gt; = &amp;amp;lt;C++ Source&amp;amp;gt;.cpp ...&lt;br /&gt;
&lt;br /&gt;
Designate C++ source files that are to be built for each program. The G.Build system recognizes the .cpp and .C suffixes. The .cpp suffix is recommended since Windows is not case sensitive and does not distinguish between .C and .c; which can be confusing and requires quoted names.&lt;br /&gt;
&lt;br /&gt;
 PROGRAM = myProgram&lt;br /&gt;
 CXXmyProgram = myProgram.cpp  mySubroutine.cpp&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
By convention the file containing a C++ &amp;quot;main&amp;quot; method has the same name as the program.&lt;/div&gt;</summary>
		<author><name>Brad Berg</name></author>
	</entry>
</feed>