<?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 for Erλends hjem i skyen</title>
	<atom:link href="http://hamberg.no/erlend/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://hamberg.no/erlend</link>
	<description>meta = &#38;meta;</description>
	<lastBuildDate>Sun, 04 Mar 2012 06:31:54 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>Comment on C/C++ Pointer Declaration Syntax – It makes sense! by Guy</title>
		<link>http://hamberg.no/erlend/2012/02/21/cc-pointer-declaration-syntax-it-makes-sense/comment-page-1/#comment-1897</link>
		<dc:creator>Guy</dc:creator>
		<pubDate>Sun, 04 Mar 2012 06:31:54 +0000</pubDate>
		<guid isPermaLink="false">http://hamberg.no/erlend/?p=1318#comment-1897</guid>
		<description>if you really like to have &lt;code&gt;MyType a, b, c&lt;/code&gt; kindof thing, then use typedefs :
&lt;code&gt;
typedef int* p_int;
&lt;/code&gt;
now you can do &lt;code&gt;p_int a, b, c;&lt;/code&gt;

:)</description>
		<content:encoded><![CDATA[<p>if you really like to have <code>MyType a, b, c</code> kindof thing, then use typedefs :<br />
<code><br />
typedef int* p_int;<br />
</code><br />
now you can do <code>p_int a, b, c;</code></p>
<p> <img src='http://hamberg.no/erlend/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on C/C++ Pointer Declaration Syntax – It makes sense! by Slava</title>
		<link>http://hamberg.no/erlend/2012/02/21/cc-pointer-declaration-syntax-it-makes-sense/comment-page-1/#comment-1886</link>
		<dc:creator>Slava</dc:creator>
		<pubDate>Fri, 24 Feb 2012 16:15:16 +0000</pubDate>
		<guid isPermaLink="false">http://hamberg.no/erlend/?p=1318#comment-1886</guid>
		<description>&lt;cite&gt;This also meant that the symbol * had two slightly different meanings to me: (1) It declares a pointer or (2) it dereferences a pointer 

You forgot two more meanings:
(3) * can multiply some stuff
(4) * have to be used in mutiline comments /*  */

C really love *&#039;s :)</description>
		<content:encoded><![CDATA[<p><cite>This also meant that the symbol * had two slightly different meanings to me: (1) It declares a pointer or (2) it dereferences a pointer </p>
<p>You forgot two more meanings:<br />
(3) * can multiply some stuff<br />
(4) * have to be used in mutiline comments /*  */</p>
<p>C really love *&#8217;s <img src='http://hamberg.no/erlend/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </cite></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on C/C++ Pointer Declaration Syntax – It makes sense! by anti</title>
		<link>http://hamberg.no/erlend/2012/02/21/cc-pointer-declaration-syntax-it-makes-sense/comment-page-1/#comment-1885</link>
		<dc:creator>anti</dc:creator>
		<pubDate>Tue, 21 Feb 2012 09:34:37 +0000</pubDate>
		<guid isPermaLink="false">http://hamberg.no/erlend/?p=1318#comment-1885</guid>
		<description>Nice point,
but a small sidenote:

Multiple variable declarations on a single line, like:
int *a, *b, *c;
would probably get your lead breathing foam
down your neck in the short run
and in the long run get you fired.

;)</description>
		<content:encoded><![CDATA[<p>Nice point,<br />
but a small sidenote:</p>
<p>Multiple variable declarations on a single line, like:<br />
int *a, *b, *c;<br />
would probably get your lead breathing foam<br />
down your neck in the short run<br />
and in the long run get you fired.</p>
<p> <img src='http://hamberg.no/erlend/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on C/C++ Pointer Declaration Syntax – It makes sense! by @jhr</title>
		<link>http://hamberg.no/erlend/2012/02/21/cc-pointer-declaration-syntax-it-makes-sense/comment-page-1/#comment-1884</link>
		<dc:creator>@jhr</dc:creator>
		<pubDate>Tue, 21 Feb 2012 09:26:54 +0000</pubDate>
		<guid isPermaLink="false">http://hamberg.no/erlend/?p=1318#comment-1884</guid>
		<description>Nice point.</description>
		<content:encoded><![CDATA[<p>Nice point.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on The Vi input mode for Kate is “done” by T客网 ︱ Techpot &#187; Blog Archive &#187; VI &#8211; The Interface</title>
		<link>http://hamberg.no/erlend/2008/11/24/the-vi-input-mode-for-kate-is-done/comment-page-2/#comment-1872</link>
		<dc:creator>T客网 ︱ Techpot &#187; Blog Archive &#187; VI &#8211; The Interface</dc:creator>
		<pubDate>Fri, 27 Jan 2012 13:13:24 +0000</pubDate>
		<guid isPermaLink="false">http://hamberg.no/erlend/?p=800#comment-1872</guid>
		<description>[...] Kate &#8211; The vi input mode [...]</description>
		<content:encoded><![CDATA[<p>[...] Kate &#8211; The vi input mode [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Making Vim go to the Correct Line/Column When Given a File Name From GCC by Kuzmich</title>
		<link>http://hamberg.no/erlend/2011/12/14/making-vim-go-to-the-correct-linecolumn-when-given-a-file-name-from-gcc/comment-page-1/#comment-1838</link>
		<dc:creator>Kuzmich</dc:creator>
		<pubDate>Sat, 17 Dec 2011 13:35:04 +0000</pubDate>
		<guid isPermaLink="false">http://hamberg.no/erlend/?p=1281#comment-1838</guid>
		<description>Nice script, but I&#039;d add 
&lt;code&gt;  if [[ $# -eq 1 &amp;&amp; $1 =~ (.*):([[:digit:]]+):([[:digit:]]+): &amp;&amp; ! -f $1 &amp;&amp; -f ${BASH_REMATCH[1]} ]]; then &lt;/code&gt;
 to polish it a little :)</description>
		<content:encoded><![CDATA[<p>Nice script, but I&#8217;d add<br />
<code>  if [[ $# -eq 1 &amp;&amp; $1 =~ (.*):([[:digit:]]+):([[:digit:]]+): &amp;&amp; ! -f $1 &amp;&amp; -f ${BASH_REMATCH[1]} ]]; then </code><br />
 to polish it a little <img src='http://hamberg.no/erlend/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Making Vim go to the Correct Line/Column When Given a File Name From GCC by Erlend</title>
		<link>http://hamberg.no/erlend/2011/12/14/making-vim-go-to-the-correct-linecolumn-when-given-a-file-name-from-gcc/comment-page-1/#comment-1837</link>
		<dc:creator>Erlend</dc:creator>
		<pubDate>Fri, 16 Dec 2011 10:34:32 +0000</pubDate>
		<guid isPermaLink="false">http://hamberg.no/erlend/?p=1281#comment-1837</guid>
		<description>@zhjx: Thanks, but what&#039;s “READANDGO”? (“:helpgrep READANDGO” didn&#039;t find anything)

Any way, I use the plugin mentioned above, and it works really great. :-)</description>
		<content:encoded><![CDATA[<p>@zhjx: Thanks, but what&#8217;s “READANDGO”? (“:helpgrep READANDGO” didn&#8217;t find anything)</p>
<p>Any way, I use the plugin mentioned above, and it works really great. <img src='http://hamberg.no/erlend/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Making Vim go to the Correct Line/Column When Given a File Name From GCC by zhjx</title>
		<link>http://hamberg.no/erlend/2011/12/14/making-vim-go-to-the-correct-linecolumn-when-given-a-file-name-from-gcc/comment-page-1/#comment-1836</link>
		<dc:creator>zhjx</dc:creator>
		<pubDate>Fri, 16 Dec 2011 08:29:18 +0000</pubDate>
		<guid isPermaLink="false">http://hamberg.no/erlend/?p=1281#comment-1836</guid>
		<description>You can try autocommand

au BufReadCmd */*:h?:l? READANDGO 
au FileReadCmd */*:h?:l? READANDGO </description>
		<content:encoded><![CDATA[<p>You can try autocommand</p>
<p>au BufReadCmd */*:h?:l? READANDGO<br />
au FileReadCmd */*:h?:l? READANDGO</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Hvorfor lesebrett? by Erlend</title>
		<link>http://hamberg.no/erlend/2011/03/03/hvorfor-lesebrett/comment-page-1/#comment-1835</link>
		<dc:creator>Erlend</dc:creator>
		<pubDate>Thu, 15 Dec 2011 08:50:28 +0000</pubDate>
		<guid isPermaLink="false">http://hamberg.no/erlend/?p=1226#comment-1835</guid>
		<description>Jeg har en Kindle 2. Har bestilt en Kindle Touch nettopp, men virker som folk er mest fornøyd med den billigste Kindle-en (http://goo.gl/EtQK2) eller Kindle Keyboard (før kalt Kindle 3).</description>
		<content:encoded><![CDATA[<p>Jeg har en Kindle 2. Har bestilt en Kindle Touch nettopp, men virker som folk er mest fornøyd med den billigste Kindle-en (<a href="http://goo.gl/EtQK2" rel="nofollow">http://goo.gl/EtQK2</a>) eller Kindle Keyboard (før kalt Kindle 3).</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Hvorfor lesebrett? by Ivar</title>
		<link>http://hamberg.no/erlend/2011/03/03/hvorfor-lesebrett/comment-page-1/#comment-1834</link>
		<dc:creator>Ivar</dc:creator>
		<pubDate>Wed, 14 Dec 2011 19:29:29 +0000</pubDate>
		<guid isPermaLink="false">http://hamberg.no/erlend/?p=1226#comment-1834</guid>
		<description>Hva heter modellen du bruker?</description>
		<content:encoded><![CDATA[<p>Hva heter modellen du bruker?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

