<?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: print color string without ncurses</title>
	<atom:link href="http://cc.byexamples.com/2007/01/20/print-color-string-without-ncurses/feed/" rel="self" type="application/rss+xml" />
	<link>http://cc.byexamples.com/2007/01/20/print-color-string-without-ncurses/</link>
	<description>we share the c/c++ coding by examples</description>
	<lastBuildDate>Wed, 28 Apr 2010 05:19:12 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Dan</title>
		<link>http://cc.byexamples.com/2007/01/20/print-color-string-without-ncurses/comment-page-1/#comment-1963</link>
		<dc:creator>Dan</dc:creator>
		<pubDate>Wed, 24 Mar 2010 15:09:43 +0000</pubDate>
		<guid isPermaLink="false">http://cc.byexamples.com/20070120/print-color-string-without-ncurses/#comment-1963</guid>
		<description>#include &quot;stdio.h&quot;
#define BRIGHT 1
#define RED 31
#define BG_BLACK 40
int main()
{
printf(&quot;%c[%d;%d;%dmHello World&quot;, 0x1B, BRIGHT,RED,BG_BLACK);
}</description>
		<content:encoded><![CDATA[<p>#include &#8220;stdio.h&#8221;<br />
#define BRIGHT 1<br />
#define RED 31<br />
#define BG_BLACK 40<br />
int main()<br />
{<br />
printf(&#8220;%c[%d;%d;%dmHello World&#8221;, 0&#215;1B, BRIGHT,RED,BG_BLACK);<br />
}</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: s.m</title>
		<link>http://cc.byexamples.com/2007/01/20/print-color-string-without-ncurses/comment-page-1/#comment-1945</link>
		<dc:creator>s.m</dc:creator>
		<pubDate>Wed, 11 Nov 2009 01:18:46 +0000</pubDate>
		<guid isPermaLink="false">http://cc.byexamples.com/20070120/print-color-string-without-ncurses/#comment-1945</guid>
		<description>nice
but can u write  the full program
I mean  with #includ 
                    int main()
  ..............
please  .... I need it alot 
thanks *_*</description>
		<content:encoded><![CDATA[<p>nice<br />
but can u write  the full program<br />
I mean  with #includ<br />
                    int main()<br />
  &#8230;&#8230;&#8230;&#8230;..<br />
please  &#8230;. I need it alot<br />
thanks *_*</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John Hoffmann</title>
		<link>http://cc.byexamples.com/2007/01/20/print-color-string-without-ncurses/comment-page-1/#comment-495</link>
		<dc:creator>John Hoffmann</dc:creator>
		<pubDate>Thu, 16 Aug 2007 15:35:02 +0000</pubDate>
		<guid isPermaLink="false">http://cc.byexamples.com/20070120/print-color-string-without-ncurses/#comment-495</guid>
		<description>Tyvm :) Works great in PHP (cli) as well for those without the ncurses lib compiled in, or the PECL library.</description>
		<content:encoded><![CDATA[<p>Tyvm <img src='http://cc.byexamples.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  Works great in PHP (cli) as well for those without the ncurses lib compiled in, or the PECL library.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sohan</title>
		<link>http://cc.byexamples.com/2007/01/20/print-color-string-without-ncurses/comment-page-1/#comment-489</link>
		<dc:creator>sohan</dc:creator>
		<pubDate>Thu, 12 Jul 2007 15:09:22 +0000</pubDate>
		<guid isPermaLink="false">http://cc.byexamples.com/20070120/print-color-string-without-ncurses/#comment-489</guid>
		<description>..........excellent</description>
		<content:encoded><![CDATA[<p>&#8230;&#8230;&#8230;.excellent</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: writting a fun cli apps with ncurses</title>
		<link>http://cc.byexamples.com/2007/01/20/print-color-string-without-ncurses/comment-page-1/#comment-19</link>
		<dc:creator>writting a fun cli apps with ncurses</dc:creator>
		<pubDate>Thu, 29 Mar 2007 17:46:46 +0000</pubDate>
		<guid isPermaLink="false">http://cc.byexamples.com/20070120/print-color-string-without-ncurses/#comment-19</guid>
		<description>[...] print color string without ncurses [...]</description>
		<content:encoded><![CDATA[<p>[...] print color string without ncurses [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: c/c++ programming by examples</title>
		<link>http://cc.byexamples.com/2007/01/20/print-color-string-without-ncurses/comment-page-1/#comment-4</link>
		<dc:creator>c/c++ programming by examples</dc:creator>
		<pubDate>Sat, 20 Jan 2007 21:27:33 +0000</pubDate>
		<guid isPermaLink="false">http://cc.byexamples.com/20070120/print-color-string-without-ncurses/#comment-4</guid>
		<description>[...] print color string without ncurses [...]</description>
		<content:encoded><![CDATA[<p>[...] print color string without ncurses [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
