<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments for Bobobobo's Weblog</title>
	<atom:link href="http://bobobobo.wordpress.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://bobobobo.wordpress.com</link>
	<description>technology and the internets</description>
	<lastBuildDate>Fri, 25 Dec 2009 03:56:56 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on the stupidly brief &#8211; how to use Prototype&#8217;s insert() function by Dan</title>
		<link>http://bobobobo.wordpress.com/2008/05/22/the-stupidly-brief/#comment-4995</link>
		<dc:creator>Dan</dc:creator>
		<pubDate>Fri, 25 Dec 2009 03:56:56 +0000</pubDate>
		<guid isPermaLink="false">http://bobobobo.wordpress.com/?p=217#comment-4995</guid>
		<description>Thank you. Very clear example that explains functionality and terminology precisely and concisely ... unlike the ones in the API docs</description>
		<content:encoded><![CDATA[<p>Thank you. Very clear example that explains functionality and terminology precisely and concisely &#8230; unlike the ones in the API docs</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on building libpng in visual studio 2008 by Nix</title>
		<link>http://bobobobo.wordpress.com/2009/03/02/building-libpng-in-visual-studio-2008/#comment-4992</link>
		<dc:creator>Nix</dc:creator>
		<pubDate>Tue, 22 Dec 2009 12:40:47 +0000</pubDate>
		<guid isPermaLink="false">http://bobobobo.wordpress.com/?p=745#comment-4992</guid>
		<description>Awesome, this helped a lot.</description>
		<content:encoded><![CDATA[<p>Awesome, this helped a lot.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on What&#8217;s a HANDLE?  Windows programming. by mt</title>
		<link>http://bobobobo.wordpress.com/2008/01/31/whats-a-handle-windows-programming/#comment-4991</link>
		<dc:creator>mt</dc:creator>
		<pubDate>Mon, 21 Dec 2009 10:14:26 +0000</pubDate>
		<guid isPermaLink="false">http://bobobobo.wordpress.com/2008/01/31/whats-a-handle-windows-programming/#comment-4991</guid>
		<description>Helped me a lot ! Thanks</description>
		<content:encoded><![CDATA[<p>Helped me a lot ! Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Do you write char* var, char * var, or char *var ? by bobobobo</title>
		<link>http://bobobobo.wordpress.com/2009/10/31/do-you-write-char-var-char-var-or-char-var/#comment-4990</link>
		<dc:creator>bobobobo</dc:creator>
		<pubDate>Sun, 20 Dec 2009 02:41:27 +0000</pubDate>
		<guid isPermaLink="false">http://bobobobo.wordpress.com/?p=1370#comment-4990</guid>
		<description>Its ok, just use code ;)</description>
		<content:encoded><![CDATA[<p>Its ok, just use code ;)</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Do you write char* var, char * var, or char *var ? by Thomas</title>
		<link>http://bobobobo.wordpress.com/2009/10/31/do-you-write-char-var-char-var-or-char-var/#comment-4989</link>
		<dc:creator>Thomas</dc:creator>
		<pubDate>Thu, 17 Dec 2009 12:19:15 +0000</pubDate>
		<guid isPermaLink="false">http://bobobobo.wordpress.com/?p=1370#comment-4989</guid>
		<description>Sorry, &#039;there ARE reasons to both ways&#039;* ... My english has worsened!</description>
		<content:encoded><![CDATA[<p>Sorry, &#8216;there ARE reasons to both ways&#8217;* &#8230; My english has worsened!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Do you write char* var, char * var, or char *var ? by Thomas</title>
		<link>http://bobobobo.wordpress.com/2009/10/31/do-you-write-char-var-char-var-or-char-var/#comment-4988</link>
		<dc:creator>Thomas</dc:creator>
		<pubDate>Thu, 17 Dec 2009 12:17:45 +0000</pubDate>
		<guid isPermaLink="false">http://bobobobo.wordpress.com/?p=1370#comment-4988</guid>
		<description>I understand why you changed your mind after the char* var1, var2 thing, but consider this:

typedef CharPtr char*;

CharPtr is now alias of type char* ... So I think there is reasons to both ways. Personally, I use char* and int&amp;, but I started out using char *p and int &amp;i... I have also used char * p and int &amp; i though... Funny how it matters to us programmers. I think you should just stick with the one you like the most/think is more readable/pretty. There&#039;s no right or wrong here, at least I don&#039;t think so.</description>
		<content:encoded><![CDATA[<p>I understand why you changed your mind after the char* var1, var2 thing, but consider this:</p>
<p>typedef CharPtr char*;</p>
<p>CharPtr is now alias of type char* &#8230; So I think there is reasons to both ways. Personally, I use char* and int&amp;, but I started out using char *p and int &amp;i&#8230; I have also used char * p and int &amp; i though&#8230; Funny how it matters to us programmers. I think you should just stick with the one you like the most/think is more readable/pretty. There&#8217;s no right or wrong here, at least I don&#8217;t think so.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Working with cURL:: Getting started the easy way (on Win32) by Daivuk</title>
		<link>http://bobobobo.wordpress.com/2008/11/08/working-with-curl-getting-started-the-easy-way-on-win32/#comment-4987</link>
		<dc:creator>Daivuk</dc:creator>
		<pubDate>Mon, 14 Dec 2009 17:13:42 +0000</pubDate>
		<guid isPermaLink="false">http://bobobobo.wordpress.com/?p=410#comment-4987</guid>
		<description>Ok, if that can help other people, I found the problem :)
I&#039;ve been so lucky to find it...
You have to add the preprocessors:
;BUILDING_LIBCURL;HTTP_ONLY

And, the libs that Ryan mentioned.
This way it works...</description>
		<content:encoded><![CDATA[<p>Ok, if that can help other people, I found the problem :)<br />
I&#8217;ve been so lucky to find it&#8230;<br />
You have to add the preprocessors:<br />
;BUILDING_LIBCURL;HTTP_ONLY</p>
<p>And, the libs that Ryan mentioned.<br />
This way it works&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Working with cURL:: Getting started the easy way (on Win32) by Daivuk</title>
		<link>http://bobobobo.wordpress.com/2008/11/08/working-with-curl-getting-started-the-easy-way-on-win32/#comment-4986</link>
		<dc:creator>Daivuk</dc:creator>
		<pubDate>Mon, 14 Dec 2009 16:57:54 +0000</pubDate>
		<guid isPermaLink="false">http://bobobobo.wordpress.com/?p=410#comment-4986</guid>
		<description>Just note, I am also trying to fix &quot;unresolved external symbol __imp_ curl_easy_setopt&quot; and adding the libs Ryan say doesn&#039;t help.</description>
		<content:encoded><![CDATA[<p>Just note, I am also trying to fix &#8220;unresolved external symbol __imp_ curl_easy_setopt&#8221; and adding the libs Ryan say doesn&#8217;t help.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on error LNK2019: Error	1	error LNK2019: unresolved external symbol _main referenced in function ___tmainCRTStartup MSVCRTD.lib by Anonymous</title>
		<link>http://bobobobo.wordpress.com/2008/01/29/error-lnk2019-error1error-lnk2019-unresolved-external-symbol-_main-referenced-in-function-___tmaincrtstartupmsvcrtdlib/#comment-4985</link>
		<dc:creator>Anonymous</dc:creator>
		<pubDate>Sat, 12 Dec 2009 19:27:30 +0000</pubDate>
		<guid isPermaLink="false">http://bobobobo.wordpress.com/?p=132#comment-4985</guid>
		<description>i tried the two options but this doesn&#039;t work...any idea? :(</description>
		<content:encoded><![CDATA[<p>i tried the two options but this doesn&#8217;t work&#8230;any idea? :(</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on udp an existing connection was forcibly closed by the remote host by Haitong</title>
		<link>http://bobobobo.wordpress.com/2009/05/17/udp-an-existing-connection-was-forcibly-closed-by-the-remote-host/#comment-4983</link>
		<dc:creator>Haitong</dc:creator>
		<pubDate>Fri, 11 Dec 2009 13:06:46 +0000</pubDate>
		<guid isPermaLink="false">http://bobobobo.wordpress.com/?p=960#comment-4983</guid>
		<description>really helpful...I encountered this problem recently...this article help me find the root cause...</description>
		<content:encoded><![CDATA[<p>really helpful&#8230;I encountered this problem recently&#8230;this article help me find the root cause&#8230;</p>
]]></content:encoded>
	</item>
</channel>
</rss>
