﻿<?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>《Perl和C++的上下文》的评论</title>
	<atom:link href="http://www.notii.com/2009/11/perl-and-c-context.html/feed" rel="self" type="application/rss+xml" />
	<link>http://www.notii.com/2009/11/perl-and-c-context.html</link>
	<description>NOThing Is Impossible! —— 原创文章，谢绝转载！</description>
	<lastBuildDate>Mon, 09 Aug 2010 02:13:41 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>yjwan</title>
		<link>http://www.notii.com/2009/11/perl-and-c-context.html#comment-295781</link>
		<dc:creator>yjwan</dc:creator>
		<pubDate>Sat, 19 Jun 2010 02:55:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.notii.com/?p=644407#comment-295781</guid>
		<description>int *a,b
实际上是int *a;
int b;

定义的int *a;     意思是a必须取*  那么才能得到一个int的值  那么反推过来 a是什么东西  肯定是指针了

所以这句话就是定义一个指针

以后用指针a的时候就不用加*</description>
		<content:encoded><![CDATA[<p>int *a,b<br />
实际上是int *a;<br />
int b;</p>
<p>定义的int *a;     意思是a必须取*  那么才能得到一个int的值  那么反推过来 a是什么东西  肯定是指针了</p>
<p>所以这句话就是定义一个指针</p>
<p>以后用指针a的时候就不用加*</p>
]]></content:encoded>
	</item>
	<item>
		<title>zhang</title>
		<link>http://www.notii.com/2009/11/perl-and-c-context.html#comment-295765</link>
		<dc:creator>zhang</dc:creator>
		<pubDate>Wed, 30 Dec 2009 07:01:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.notii.com/?p=644407#comment-295765</guid>
		<description>哦，原来还有申明符，学习了</description>
		<content:encoded><![CDATA[<p>哦，原来还有申明符，学习了</p>
]]></content:encoded>
	</item>
	<item>
		<title>华仔</title>
		<link>http://www.notii.com/2009/11/perl-and-c-context.html#comment-294767</link>
		<dc:creator>华仔</dc:creator>
		<pubDate>Mon, 30 Nov 2009 16:41:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.notii.com/?p=644407#comment-294767</guid>
		<description>int *a,b的问题
int是类型符，*是申明符，int *本身并不是一个类型，除非你用typedef int * INT
INT a,b 这样两个变量都是int *</description>
		<content:encoded><![CDATA[<p>int *a,b的问题<br />
int是类型符，*是申明符，int *本身并不是一个类型，除非你用typedef int * INT<br />
INT a,b 这样两个变量都是int *</p>
]]></content:encoded>
	</item>
</channel>
</rss>

