<?xml version="1.0" encoding="utf-8"?><?xml-stylesheet href='http://feeds.feedsky.com/styles/temp01.xsl' type='text/xsl' ?><!--这是一个由Feedsy提供技术支持的Feed，为了提高读者阅读的体验，以及满足用户美化自己Feed的需要，我们设计了多种精美的Feed模板，提供给大家选择，所有最终呈现出来的样式，皆由用户自愿选择使用，未经许可，任何团体和个人，请不要擅自修改样式或者盗用，这是对于用户选择权的尊重。--><rss xmlns:atom="http://www.w3.org/2005/Atom" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:fs="http://www.feedsky.com/namespace/feed" version="2.0"><channel><atom:link href="http://feeds.feedsky.com/csdn.net/kch198725" type="application/rss+xml" ref="self"></atom:link><lastBuildDate>Thu, 18 Oct 2007 19:42:00 GMT</lastBuildDate><title>kch198725的专栏</title><item><title>忽然想要</title><link>http://item.feedsky.com/~csdn.net/kch198725/~6001037/25125797/4108302/1/item.html</link><wfw:comment>comments/1831593.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>comments/commentRss/1831593.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1831593</trackback:ping><description>希望我的博客可以给别人带来快乐和启迪，同时我也希望可以给自己带来快乐和感悟，生活是要靠自己去体会，让我的博客消除我的寂寞。。。希望更多的人能看到我的博客，希望能认识更多的朋友，希望人生路上有你我陪伴，不在寂寞......&lt;img src =&quot;aggbug/1831593.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Fri, 19 Oct 2007 03:42:00 +0800</pubDate><author>kch198725</author><comments>http://blog.csdn.net/kch198725/archive/2007/10/18/1831593.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/kch198725/archive/2007/10/18/1831593.aspx</guid><dc:creator>kch198725</dc:creator><fs:srclink>http://blog.csdn.net/kch198725/archive/2007/10/18/1831593.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/kch198725/rss.aspx</fs:srcfeed><fs:itemid>csdn.net/kch198725/~6001037/25125797/4108302</fs:itemid></item><item><title>c++——时间函数Time</title><link>http://item.feedsky.com/~csdn.net/kch198725/~6001037/25125798/4108302/1/item.html</link><wfw:comment>comments/1831579.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>comments/commentRss/1831579.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1831579</trackback:ping><description>Time::Time(){iHour=1;iMinute=1;iSecond=1;}
Time::~Time(){}
bool Time::SetTime(int h,int m,int s)
{if((h23)) return false;
 if((m59)) return false;
 if((s59)) return false;
 iHour =h;iMinute= m;iSecond =s;return true;
}
&lt;img src =&quot;aggbug/1831579.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Fri, 19 Oct 2007 03:30:00 +0800</pubDate><author>kch198725</author><comments>http://blog.csdn.net/kch198725/archive/2007/10/18/1831579.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/kch198725/archive/2007/10/18/1831579.aspx</guid><dc:creator>kch198725</dc:creator><fs:srclink>http://blog.csdn.net/kch198725/archive/2007/10/18/1831579.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/kch198725/rss.aspx</fs:srcfeed><fs:itemid>csdn.net/kch198725/~6001037/25125798/4108302</fs:itemid></item><item><title>c++日记-日期操作</title><link>http://item.feedsky.com/~csdn.net/kch198725/~6001037/25125799/4108302/1/item.html</link><wfw:comment>comments/1831556.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>comments/commentRss/1831556.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1831556</trackback:ping><description>class Date{
  int year;//三个输入量：年、月、日
  int month;
  int day;
public://三个函数:输出函数,加一天函数,设置日期的函数
  void Print();
  void AddOneDay();
  void SetDay(int y,int m,int d);
protected://保护函数,考虑到年份分为闰年,月份有大月小月之分.
  bool Legal(int y, int m, int d);
  bool IsLeapYear(int y);
  
  
};

&lt;img src =&quot;aggbug/1831556.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Fri, 19 Oct 2007 03:20:00 +0800</pubDate><author>kch198725</author><comments>http://blog.csdn.net/kch198725/archive/2007/10/18/1831556.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/kch198725/archive/2007/10/18/1831556.aspx</guid><dc:creator>kch198725</dc:creator><fs:srclink>http://blog.csdn.net/kch198725/archive/2007/10/18/1831556.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/kch198725/rss.aspx</fs:srcfeed><fs:itemid>csdn.net/kch198725/~6001037/25125799/4108302</fs:itemid></item></channel></rss>