<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>红颜丽人c++学习 &#187; 红颜丽人</title>
	<atom:link href="http://www.hongyanliren.com/tag/c%e5%ad%a6%e4%b9%a0-2/feed" rel="self" type="application/rss+xml" />
	<link>http://www.hongyanliren.com</link>
	<description>追求技术就像追求#$！不抛弃，不放弃！</description>
	<lastBuildDate>Thu, 16 Mar 2023 07:48:39 +0000</lastBuildDate>
	<language>zh-CN</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.2</generator>
		<item>
		<title>NOIP复赛上机试题明明的随机数(算法和原码参考)</title>
		<link>http://www.hongyanliren.com/2014m05/6460.html</link>
		<comments>http://www.hongyanliren.com/2014m05/6460.html#comments</comments>
		<pubDate>Tue, 06 May 2014 16:54:41 +0000</pubDate>
		<dc:creator>Quan</dc:creator>
				<category><![CDATA[C++学习]]></category>
		<category><![CDATA[信息发布栏目]]></category>
		<category><![CDATA[c++学习]]></category>

		<guid isPermaLink="false">http://www.hongyanliren.com/?p=6460</guid>
		<description><![CDATA[<div>
<div>问题描述-明明的随机数】<span style="color: #000000;">明明想在学校中请一些同学一起做问卷调查，为了实验的客观性，他先用计算机生成了</span><span style="color: #000000;">N 个1 到1000 之间的随机整数，（N≤100），对于其中重复的数字，只保留一个，把其余相</span>

<span style="color: #000000;">同的数去掉，不同的数对应着不同的学生的学号。然后再把这些数从小到大排序，按照排好</span>

<span style="color: #000000;">的顺序[......]</span></div></div><p class='read-more'><a href='http://www.hongyanliren.com/2014m05/6460.html'>Read more</a></p>]]></description>
		<wfw:commentRss>http://www.hongyanliren.com/2014m05/6460.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>fclose函数的使用方法实例介绍c++文件操作</title>
		<link>http://www.hongyanliren.com/2014m05/6454.html</link>
		<comments>http://www.hongyanliren.com/2014m05/6454.html#comments</comments>
		<pubDate>Tue, 06 May 2014 15:52:24 +0000</pubDate>
		<dc:creator>Quan</dc:creator>
				<category><![CDATA[C++学习]]></category>
		<category><![CDATA[c++学习]]></category>

		<guid isPermaLink="false">http://www.hongyanliren.com/?p=6454</guid>
		<description><![CDATA[fclose函数的使用方法实例介绍c++文件操作，今天向大家介绍fclose函数。该函数的调用的形式是： fclose(文件指针); 例如：

fclose(fp); 正常完成关闭文件操作时，fclose函数返回值为0。如返回非零值则表示有错误发生。文件的读写对文件的读和写是最常用的文件操作。[......]<p class='read-more'><a href='http://www.hongyanliren.com/2014m05/6454.html'>Read more</a></p>]]></description>
		<wfw:commentRss>http://www.hongyanliren.com/2014m05/6454.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>c++布尔型数据类型讲解</title>
		<link>http://www.hongyanliren.com/2014m03/4106.html</link>
		<comments>http://www.hongyanliren.com/2014m03/4106.html#comments</comments>
		<pubDate>Wed, 12 Mar 2014 11:54:04 +0000</pubDate>
		<dc:creator>Quan</dc:creator>
				<category><![CDATA[C++学习]]></category>
		<category><![CDATA[c++学习]]></category>
		<category><![CDATA[零基础学习c++]]></category>

		<guid isPermaLink="false">http://www.hongyanliren.com/?p=4106</guid>
		<description><![CDATA[c++布尔型数据类型实例讲解。布尔数据类型用bool表示，bool类型通常只有：true和false两个值，表示逻辑真与假。如果把一个整型变量转换成布尔型变量对应的关系如下：

<strong>整型值为0，布尔型值为假（false）。</strong>

<strong>整型值为1，其布尔型值为真（true）。</strong>

C++布尔类型应用实例[......]<p class='read-more'><a href='http://www.hongyanliren.com/2014m03/4106.html'>Read more</a></p>]]></description>
		<wfw:commentRss>http://www.hongyanliren.com/2014m03/4106.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>vs2005的快捷方式快捷键功能汇总</title>
		<link>http://www.hongyanliren.com/2013m10/2812.html</link>
		<comments>http://www.hongyanliren.com/2013m10/2812.html#comments</comments>
		<pubDate>Tue, 29 Oct 2013 16:28:16 +0000</pubDate>
		<dc:creator>Quan</dc:creator>
				<category><![CDATA[C++学习]]></category>
		<category><![CDATA[c++学习]]></category>
		<category><![CDATA[零基础学习c++]]></category>

		<guid isPermaLink="false">http://www.hongyanliren.com/?p=2812</guid>
		<description><![CDATA[<strong>Microsoft Visual Studio 2005 快捷方式，</strong>快捷键 功能，c++编译器使用教程，快捷方式说明：
CTRL + SHIFT + B生成解决方案    CTRL + F7 生成编译    CTRL + O 打开文件
CTRL + SHIFT + O打开项目
CTRL + S[......]<p class='read-more'><a href='http://www.hongyanliren.com/2013m10/2812.html'>Read more</a></p>]]></description>
		<wfw:commentRss>http://www.hongyanliren.com/2013m10/2812.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>学c++之前到底要不要先学习c语言？</title>
		<link>http://www.hongyanliren.com/2013m10/2808.html</link>
		<comments>http://www.hongyanliren.com/2013m10/2808.html#comments</comments>
		<pubDate>Tue, 29 Oct 2013 15:23:07 +0000</pubDate>
		<dc:creator>Quan</dc:creator>
				<category><![CDATA[C++学习]]></category>
		<category><![CDATA[c++学习]]></category>
		<category><![CDATA[零基础学习c++]]></category>

		<guid isPermaLink="false">http://www.hongyanliren.com/?p=2808</guid>
		<description><![CDATA[学c++之前到底要不要先学习c语言？，其实，也不一定。但是有C语言的基础是最好的。因为C语言是面向过程的，而且风格简洁，经典中的经典。而C++是既面向过程又面向对象。建议先学C语言！

关于C和C++。

1) C++不是C的超集，绝对不是。也许最初诞生的时候可以这么认为，但是当1998年I[......]<p class='read-more'><a href='http://www.hongyanliren.com/2013m10/2808.html'>Read more</a></p>]]></description>
		<wfw:commentRss>http://www.hongyanliren.com/2013m10/2808.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>C和C++的关系有什么不同区别是什么？</title>
		<link>http://www.hongyanliren.com/2013m10/2803.html</link>
		<comments>http://www.hongyanliren.com/2013m10/2803.html#comments</comments>
		<pubDate>Tue, 29 Oct 2013 14:40:59 +0000</pubDate>
		<dc:creator>Quan</dc:creator>
				<category><![CDATA[未分类]]></category>
		<category><![CDATA[c++学习]]></category>
		<category><![CDATA[零基础学习c++]]></category>

		<guid isPermaLink="false">http://www.hongyanliren.com/?p=2803</guid>
		<description><![CDATA[C和C++的关系有什么不同区别是什么？，为什么叫做c++，C和C++的关系像是win98跟winXP的关系。C++是在C的基础上增加了新的理论，玩出了新的花样。所以叫C加加。

C和C++的区别不同之处：
C是一个结构化语言，它的重点在于算法和数据结构。C程序的设计首要考虑的是如何通过一个过程[......]<p class='read-more'><a href='http://www.hongyanliren.com/2013m10/2803.html'>Read more</a></p>]]></description>
		<wfw:commentRss>http://www.hongyanliren.com/2013m10/2803.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>c++入门教程零基础自学c++资料学习c++语言程序开发</title>
		<link>http://www.hongyanliren.com/2013m10/2796.html</link>
		<comments>http://www.hongyanliren.com/2013m10/2796.html#comments</comments>
		<pubDate>Tue, 29 Oct 2013 14:29:50 +0000</pubDate>
		<dc:creator>Quan</dc:creator>
				<category><![CDATA[C++学习]]></category>
		<category><![CDATA[c++学习]]></category>
		<category><![CDATA[零基础学习c++]]></category>

		<guid isPermaLink="false">http://www.hongyanliren.com/?p=2796</guid>
		<description><![CDATA[<span style="color: #e53333; font-family: 'Open Sans', Helvetica, Arial, sans-serif; font-size: 14.44444465637207px; line-height: 26.666667938232422px; background-color: #ffffff;"><strong>c++入门教程</strong>零基础自学c++资料学习c++语言程序开发。如何自学c++语言，怎么学习，学习的方法是什么？c++入门学习其实很简单，以下为大家准备了自学c++的一些资料，以下文章是新手学习c++语言的好教程，希望可以给各位网友带来帮助。</span>

&#160;
<p style="text-align: center;"><strong style="line-height: 1.714285714; font-size: 1rem;">第一章认识c++语言</strong></p>
<a title="Cc++语言的介绍历史说明c++的发展史" href="http://www.hongyanliren.com/2013m10/2800.html">1、c++语言介[......]</a><p class='read-more'><a href='http://www.hongyanliren.com/2013m10/2796.html'>Read more</a></p>]]></description>
		<wfw:commentRss>http://www.hongyanliren.com/2013m10/2796.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>c++重载后置自加运算符实例说明</title>
		<link>http://www.hongyanliren.com/2013m09/1559.html</link>
		<comments>http://www.hongyanliren.com/2013m09/1559.html#comments</comments>
		<pubDate>Thu, 12 Sep 2013 15:31:51 +0000</pubDate>
		<dc:creator>Quan</dc:creator>
				<category><![CDATA[C++学习]]></category>
		<category><![CDATA[c++学习]]></category>

		<guid isPermaLink="false">http://www.hongyanliren.com/?p=1559</guid>
		<description><![CDATA[c++重载后置自加运算符实例说明:

#include &#60;iostream&#62;
using namespace std;
class num
{
public:
int x;
num(){n=1;cout&#60;&#60;"构造函数执行！n";}
num(int i){n=[......]<p class='read-more'><a href='http://www.hongyanliren.com/2013m09/1559.html'>Read more</a></p>]]></description>
		<wfw:commentRss>http://www.hongyanliren.com/2013m09/1559.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>c++中的函数实例说明，函数的返回值、参数与变量</title>
		<link>http://www.hongyanliren.com/2013m08/513.html</link>
		<comments>http://www.hongyanliren.com/2013m08/513.html#comments</comments>
		<pubDate>Tue, 06 Aug 2013 14:31:21 +0000</pubDate>
		<dc:creator>Quan</dc:creator>
				<category><![CDATA[C++学习]]></category>
		<category><![CDATA[c++学习]]></category>

		<guid isPermaLink="false">http://www.hongyanliren.com/?p=513</guid>
		<description><![CDATA[c++函数又叫做方法，如输出文字的方法：

#include&#60;iostream&#62;

//using namespace std;
//函数一般要被别的函数调用时才会被执行，main函数除外
void ShuChuWenZi(){
std::cout&#60;&#60;"输出文字[......]<p class='read-more'><a href='http://www.hongyanliren.com/2013m08/513.html'>Read more</a></p>]]></description>
		<wfw:commentRss>http://www.hongyanliren.com/2013m08/513.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>C++小程序源码输入输出实例</title>
		<link>http://www.hongyanliren.com/2013m08/473.html</link>
		<comments>http://www.hongyanliren.com/2013m08/473.html#comments</comments>
		<pubDate>Tue, 06 Aug 2013 07:57:46 +0000</pubDate>
		<dc:creator>Quan</dc:creator>
				<category><![CDATA[C++学习]]></category>
		<category><![CDATA[c++学习]]></category>

		<guid isPermaLink="false">http://www.hongyanliren.com/?p=473</guid>
		<description><![CDATA[#include&#60;iostream&#62;
using namespace std;
int main(){
cout&#60;&#60;"我喜欢c++n";
cout&#60;&#60;"请输入n的值";
int n;
cin&#62;&#62;n;
cout&#60;&#60;"你输入的值是[......]<p class='read-more'><a href='http://www.hongyanliren.com/2013m08/473.html'>Read more</a></p>]]></description>
		<wfw:commentRss>http://www.hongyanliren.com/2013m08/473.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
