<?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: Introduction to C++ CGI</title>
	<atom:link href="http://www.guyrutenberg.com/2007/08/10/introduction-to-c-cgi/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.guyrutenberg.com/2007/08/10/introduction-to-c-cgi/</link>
	<description>Keeping track of what I do</description>
	<lastBuildDate>Tue, 07 Feb 2012 23:33:30 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Primo</title>
		<link>http://www.guyrutenberg.com/2007/08/10/introduction-to-c-cgi/comment-page-1/#comment-127750</link>
		<dc:creator>Primo</dc:creator>
		<pubDate>Thu, 27 Oct 2011 19:09:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.guyrutenberg.com/2007/08/10/introduction-to-c-cgi/#comment-127750</guid>
		<description>Guys, here is a short C++/CGI blog.  Aside from a short introduction to CGI/C++, it also shows you how to setup Apache so you can test your app.

http://kahimyang.info/kauswagan/HowtoBlogs.xhtml?b=641</description>
		<content:encoded><![CDATA[<p>Guys, here is a short C++/CGI blog.  Aside from a short introduction to CGI/C++, it also shows you how to setup Apache so you can test your app.</p>
<p><a href="http://kahimyang.info/kauswagan/HowtoBlogs.xhtml?b=641" rel="nofollow">http://kahimyang.info/kauswagan/HowtoBlogs.xhtml?b=641</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Guy</title>
		<link>http://www.guyrutenberg.com/2007/08/10/introduction-to-c-cgi/comment-page-1/#comment-125295</link>
		<dc:creator>Guy</dc:creator>
		<pubDate>Fri, 21 Oct 2011 09:14:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.guyrutenberg.com/2007/08/10/introduction-to-c-cgi/#comment-125295</guid>
		<description>There is no special way to compile CGI programs.</description>
		<content:encoded><![CDATA[<p>There is no special way to compile CGI programs.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: gieseni</title>
		<link>http://www.guyrutenberg.com/2007/08/10/introduction-to-c-cgi/comment-page-1/#comment-125276</link>
		<dc:creator>gieseni</dc:creator>
		<pubDate>Fri, 21 Oct 2011 08:07:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.guyrutenberg.com/2007/08/10/introduction-to-c-cgi/#comment-125276</guid>
		<description>hai sir,,

iam using codeblocks to implement C++
but in there&#039;s no feature to compile C++ to cgi

what editor to support and automaticly compile c++ to cgi??

iam newbie

thanks</description>
		<content:encoded><![CDATA[<p>hai sir,,</p>
<p>iam using codeblocks to implement C++<br />
but in there&#8217;s no feature to compile C++ to cgi</p>
<p>what editor to support and automaticly compile c++ to cgi??</p>
<p>iam newbie</p>
<p>thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Java versus C# - Page 3</title>
		<link>http://www.guyrutenberg.com/2007/08/10/introduction-to-c-cgi/comment-page-1/#comment-117459</link>
		<dc:creator>Java versus C# - Page 3</dc:creator>
		<pubDate>Sat, 01 Oct 2011 15:47:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.guyrutenberg.com/2007/08/10/introduction-to-c-cgi/#comment-117459</guid>
		<description>[...] 05:48 PM        Introduction to C++ CGI by Guy Rutenberg        &#9760; &#38382;&#20505;&#23545;&#20013;&#22269;&#40657;&#23458;&#32852;&#30431; (H.U.C.) [...]</description>
		<content:encoded><![CDATA[<p>[...] 05:48 PM        Introduction to C++ CGI by Guy Rutenberg        &#9760; &#38382;&#20505;&#23545;&#20013;&#22269;&#40657;&#23458;&#32852;&#30431; (H.U.C.) [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Shane Thompson</title>
		<link>http://www.guyrutenberg.com/2007/08/10/introduction-to-c-cgi/comment-page-1/#comment-101391</link>
		<dc:creator>Shane Thompson</dc:creator>
		<pubDate>Thu, 18 Aug 2011 17:23:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.guyrutenberg.com/2007/08/10/introduction-to-c-cgi/#comment-101391</guid>
		<description>@above:
Make sure you have enabled CGI in your web server.
Move the compiled program to your cgi-bin folder and append/change the extension to .cgi
http://httpd.apache.org/docs/current/howto/cgi.html#userdir</description>
		<content:encoded><![CDATA[<p>@above:<br />
Make sure you have enabled CGI in your web server.<br />
Move the compiled program to your cgi-bin folder and append/change the extension to .cgi<br />
<a href="http://httpd.apache.org/docs/current/howto/cgi.html#userdir" rel="nofollow">http://httpd.apache.org/docs/current/howto/cgi.html#userdir</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: How to set up apache with fastcgi and a simple test script? - Admins Goodies</title>
		<link>http://www.guyrutenberg.com/2007/08/10/introduction-to-c-cgi/comment-page-1/#comment-100341</link>
		<dc:creator>How to set up apache with fastcgi and a simple test script? - Admins Goodies</dc:creator>
		<pubDate>Mon, 15 Aug 2011 21:08:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.guyrutenberg.com/2007/08/10/introduction-to-c-cgi/#comment-100341</guid>
		<description>[...] am using this very simple sample script to test the set [...]</description>
		<content:encoded><![CDATA[<p>[...] am using this very simple sample script to test the set [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: How to set up apache with fastcgi and a simple test script?</title>
		<link>http://www.guyrutenberg.com/2007/08/10/introduction-to-c-cgi/comment-page-1/#comment-49594</link>
		<dc:creator>How to set up apache with fastcgi and a simple test script?</dc:creator>
		<pubDate>Sun, 21 Nov 2010 20:04:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.guyrutenberg.com/2007/08/10/introduction-to-c-cgi/#comment-49594</guid>
		<description>[...] am using this very simple sample script to test the set [...]</description>
		<content:encoded><![CDATA[<p>[...] am using this very simple sample script to test the set [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Guy</title>
		<link>http://www.guyrutenberg.com/2007/08/10/introduction-to-c-cgi/comment-page-1/#comment-49096</link>
		<dc:creator>Guy</dc:creator>
		<pubDate>Wed, 17 Nov 2010 19:46:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.guyrutenberg.com/2007/08/10/introduction-to-c-cgi/#comment-49096</guid>
		<description>There is something called cross-compiling. GCC has this feature. Basically, it allows you to compile on one platform for a different platform.</description>
		<content:encoded><![CDATA[<p>There is something called cross-compiling. GCC has this feature. Basically, it allows you to compile on one platform for a different platform.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Shrikrishna Meena</title>
		<link>http://www.guyrutenberg.com/2007/08/10/introduction-to-c-cgi/comment-page-1/#comment-49064</link>
		<dc:creator>Shrikrishna Meena</dc:creator>
		<pubDate>Wed, 17 Nov 2010 13:51:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.guyrutenberg.com/2007/08/10/introduction-to-c-cgi/#comment-49064</guid>
		<description>I Have windows operating system (XP 32 Bit) installed on my Laptop... But My webhost is using linux (i686),

So, I need help on how to build cgi executables for different operating system architectures...
Is there any solution or I need to install linux on my laptop.</description>
		<content:encoded><![CDATA[<p>I Have windows operating system (XP 32 Bit) installed on my Laptop&#8230; But My webhost is using linux (i686),</p>
<p>So, I need help on how to build cgi executables for different operating system architectures&#8230;<br />
Is there any solution or I need to install linux on my laptop.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: How to set up apache with fastcgi and a simple test script? Drija</title>
		<link>http://www.guyrutenberg.com/2007/08/10/introduction-to-c-cgi/comment-page-1/#comment-48845</link>
		<dc:creator>How to set up apache with fastcgi and a simple test script? Drija</dc:creator>
		<pubDate>Tue, 16 Nov 2010 00:56:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.guyrutenberg.com/2007/08/10/introduction-to-c-cgi/#comment-48845</guid>
		<description>[...] am using this very simple sample script to test the set [...]</description>
		<content:encoded><![CDATA[<p>[...] am using this very simple sample script to test the set [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Dynamic Page Served (once) in 0.299 seconds -->

