Chinaunix首页 | 论坛 | 博客
  • 博客访问: 1443815
  • 博文数量: 596
  • 博客积分: 0
  • 博客等级: 民兵
  • 技术积分: 173
  • 用 户 组: 普通用户
  • 注册时间: 2016-07-06 15:50
个人简介

在线笔记

文章分类

全部博文(596)

文章存档

2016年(1)

2015年(104)

2014年(228)

2013年(226)

2012年(26)

2011年(11)

发布时间:2013-05-28 16:08:41

1.构造函数不能是纯虚函数class person {public:    virtual void get_name()=0;    virtual person();//构造函数是纯虚函数};2.析构函数必须有实现,The solution is to ensure that all virtual methods that are.........【阅读全文】

阅读(747) | 评论(0) | 转发(0)

发布时间:2013-05-28 11:51:31

如果类没有被创建,则没有对应的成员,也就无法访问下面这种方法需要先创建类,并将类作为参数传递给静态成员函数才能访问。#include <iostream>using namespace std;class person {public:    virtual void get_name()=0.........【阅读全文】

阅读(612) | 评论(0) | 转发(0)

发布时间:2013-05-27 10:53:07

libc是Linux下的ANSI C的函数库。ANSI C是美国国家标准协会(ANSI)对C语言发布的标准C89,http://ishare.iask.sina.com.cn/f/12194542.html?sudaref=www.google.com.hk&retcode=0C99,http://ishare.iask.sina.com.cn/f/7751242.html......【阅读全文】

阅读(700) | 评论(0) | 转发(0)

发布时间:2013-05-24 16:42:20

http://en.wikipedia.org/wiki/Instruction_cycleThe circuits used in the CPU during the cycle are:Program counter (PC) - an incrementing counter that keeps track of the memory address of the instruction that is to be executed next.Memory address register (MAR) - ho.........【阅读全文】

阅读(790) | 评论(0) | 转发(0)

发布时间:2013-05-24 16:11:31

http://vger.kernel.org/vger-lists.html列出了linux内核的邮件列表,点击"subscribe / unsubscribe......【阅读全文】

阅读(2048) | 评论(0) | 转发(0)
给主人留下些什么吧!~~
留言热议
请登录后留言。

登录 注册