 




<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Round Robin</title>
	<atom:link href="http://itknowledgeexchange.techtarget.com/itanswers/round-robin/feed/" rel="self" type="application/rss+xml" />
	<link>http://itknowledgeexchange.techtarget.com/itanswers/round-robin/</link>
	<description></description>
	<lastBuildDate>Sun, 19 May 2013 03:14:28 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
	<item>
		<title>By: carlosdl</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/round-robin/#comment-58754</link>
		<dc:creator>carlosdl</dc:creator>
		<pubDate>Mon, 22 Dec 2008 16:37:07 +0000</pubDate>
		<guid isPermaLink="false">#comment-58754</guid>
		<description><![CDATA[- cin and cout won&#039;t cause problems, since &lt;iostream.h&gt; was included.
- if you want to use the std namespace, it should be &quot;using namespace std&quot; (not &quot;use&quot;)
- clrscr won&#039;t compile (include stdlib.h and use system(&quot;cls&quot;) instead).
- remove the format modifiers in cin calls (i.e. use &quot;cin &gt;&gt; n;&quot; instead of &quot;cin&gt;&gt;&quot;%d&quot;,&amp;n;&quot;) as they will rise memory exceptions
- you cannot use format modifiers in cout as you would do with printf
- Describe what your problem is, so more an better help can be provided.]]></description>
		<content:encoded><![CDATA[<p>- cin and cout won&#8217;t cause problems, since &lt;iostream.h&gt; was included.<br />
- if you want to use the std namespace, it should be &#8220;using namespace std&#8221; (not &#8220;use&#8221;)<br />
- clrscr won&#8217;t compile (include stdlib.h and use system(&#8220;cls&#8221;) instead).<br />
- remove the format modifiers in cin calls (i.e. use &#8220;cin &gt;&gt; n;&#8221; instead of &#8220;cin&gt;&gt;&#8221;%d&#8221;,&#038;n;&#8221;) as they will rise memory exceptions<br />
- you cannot use format modifiers in cout as you would do with printf<br />
- Describe what your problem is, so more an better help can be provided.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using memcached
Database Caching 3/8 queries in 0.037 seconds using memcached
Object Caching 269/270 objects using memcached

Served from: itknowledgeexchange.techtarget.com @ 2013-05-19 09:17:09 -->