Chinaunix首页 | 论坛 | 博客
  • 博客访问: 10934
  • 博文数量: 5
  • 博客积分: 0
  • 博客等级: 民兵
  • 技术积分: 32
  • 用 户 组: 普通用户
  • 注册时间: 2015-03-04 16:38
个人简介

你的时间在哪里,你的成就就在哪里。

文章分类
文章存档

2015年(5)

我的朋友
最近访客

发布时间:2015-03-04 20:42:08

/*funtion:熟悉命名空间 establish time:2015年3月4日19:41:23 */#include <iostream> using namespace std;namespace printfA {void printf(){cout << "using namespace printfA..." << endl;}namespace printfC{void printf(){cout << "using namespace printfC..." << endl; .........【阅读全文】

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

发布时间:2015-03-04 20:25:13

刚刚入门学习C++,此路通往嵌入式!......【阅读全文】

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

登录 注册