会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
游子陈
博客园
首页
联系
订阅
管理
2012年11月28日
C++学习笔记01——引用、对象、和指针的区别
摘要: #include "stdafx.h"#include #include using namespace std;bool isShorter( string &s1, string s2,string *s3){s1="change s1";s2="change s2";(*s3)="change...
阅读全文
posted @ 2012-11-28 23:09 游子陈
阅读(166)
评论(0)
推荐(0)
编辑
公告