<?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%2FIO%2FSetw</id>
		<title>CPP/IO/Setw - 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%2FIO%2FSetw"/>
		<link rel="alternate" type="text/html" href="http://programmingexamples.net/w/index.php?title=CPP/IO/Setw&amp;action=history"/>
		<updated>2026-06-15T12:59:53Z</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/IO/Setw&amp;diff=112&amp;oldid=prev</id>
		<title>Daviddoria: Created page with '==Setw.cpp== &lt;source lang=&quot;cpp&quot;&gt; #include &lt;iostream&gt; #include &lt;iomanip&gt;  using namespace std;  int main(int argc, char* argv[]) {   cout &lt;&lt; &quot;d: &quot; &lt;&lt; setw(15) &lt;&lt; 5.42 &lt;&lt; endl;   c…'</title>
		<link rel="alternate" type="text/html" href="http://programmingexamples.net/w/index.php?title=CPP/IO/Setw&amp;diff=112&amp;oldid=prev"/>
				<updated>2010-06-23T13:09:14Z</updated>
		
		<summary type="html">&lt;p&gt;Created page with &amp;#039;==Setw.cpp== &amp;lt;source lang=&amp;quot;cpp&amp;quot;&amp;gt; #include &amp;lt;iostream&amp;gt; #include &amp;lt;iomanip&amp;gt;  using namespace std;  int main(int argc, char* argv[]) {   cout &amp;lt;&amp;lt; &amp;quot;d: &amp;quot; &amp;lt;&amp;lt; setw(15) &amp;lt;&amp;lt; 5.42 &amp;lt;&amp;lt; endl;   c…&amp;#039;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;==Setw.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;iomanip&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;
  cout &amp;lt;&amp;lt; &amp;quot;d: &amp;quot; &amp;lt;&amp;lt; setw(15) &amp;lt;&amp;lt; 5.42 &amp;lt;&amp;lt; endl;&lt;br /&gt;
  cout &amp;lt;&amp;lt; setw(4) &amp;lt;&amp;lt; &amp;quot;d: &amp;quot; &amp;lt;&amp;lt; setw(15) &amp;lt;&amp;lt; 5.1 &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>