﻿<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/"><channel><title>C++博客-dawn my lover::chase my dream</title><link>http://www.cppblog.com/dawnmy/</link><description /><language>zh-cn</language><lastBuildDate>Sun, 05 Apr 2026 05:15:08 GMT</lastBuildDate><pubDate>Sun, 05 Apr 2026 05:15:08 GMT</pubDate><ttl>60</ttl><item><title>vector</title><link>http://www.cppblog.com/dawnmy/archive/2010/01/22/106235.html</link><dc:creator>Ericd</dc:creator><author>Ericd</author><pubDate>Fri, 22 Jan 2010 10:27:00 GMT</pubDate><guid>http://www.cppblog.com/dawnmy/archive/2010/01/22/106235.html</guid><wfw:comment>http://www.cppblog.com/dawnmy/comments/106235.html</wfw:comment><comments>http://www.cppblog.com/dawnmy/archive/2010/01/22/106235.html#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://www.cppblog.com/dawnmy/comments/commentRss/106235.html</wfw:commentRss><trackback:ping>http://www.cppblog.com/dawnmy/services/trackbacks/106235.html</trackback:ping><description><![CDATA[<p style="font-family: courier new;">// vector.cpp : 定义控制台应用程序的入口点。<br>//<br>#include "stdafx.h"<br>#include &lt;iostream&gt;<br>#include &lt;vector&gt;<br>using namespace std;  </p>
<p style="font-family: courier new;">int main()<br>{<br>&nbsp;&nbsp;&nbsp; vector&lt;int&gt; squares(100);<br>&nbsp;&nbsp;&nbsp; for (int i=0;i&lt;squares.size();i++)<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; squares[i]=i*i;<br>&nbsp;&nbsp;&nbsp; for (int i=0;i&lt;squares.size();i++)<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; cout&lt;&lt;i&lt;&lt;" "&lt;&lt;squares[i]&lt;&lt;endl;<br>&nbsp;&nbsp;&nbsp; return 0;<br>}</p><img src ="http://www.cppblog.com/dawnmy/aggbug/106235.html" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://www.cppblog.com/dawnmy/" target="_blank">Ericd</a> 2010-01-22 18:27 <a href="http://www.cppblog.com/dawnmy/archive/2010/01/22/106235.html#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>start</title><link>http://www.cppblog.com/dawnmy/archive/2010/01/22/106218.html</link><dc:creator>Ericd</dc:creator><author>Ericd</author><pubDate>Fri, 22 Jan 2010 05:28:00 GMT</pubDate><guid>http://www.cppblog.com/dawnmy/archive/2010/01/22/106218.html</guid><wfw:comment>http://www.cppblog.com/dawnmy/comments/106218.html</wfw:comment><comments>http://www.cppblog.com/dawnmy/archive/2010/01/22/106218.html#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://www.cppblog.com/dawnmy/comments/commentRss/106218.html</wfw:commentRss><trackback:ping>http://www.cppblog.com/dawnmy/services/trackbacks/106218.html</trackback:ping><description><![CDATA[<p>Hello,大家好
</p><p>这是我的第一篇cpp博客！</p><img src ="http://www.cppblog.com/dawnmy/aggbug/106218.html" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://www.cppblog.com/dawnmy/" target="_blank">Ericd</a> 2010-01-22 13:28 <a href="http://www.cppblog.com/dawnmy/archive/2010/01/22/106218.html#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item></channel></rss>