会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
不凡
思想创造世界
2005年5月10日
温习一下string.c里的几个函数
摘要: 能完整写出这几个函数的越来越少了~~~~~
阅读全文
posted @ 2005-05-10 10:28 hunter_gio
阅读(483)
评论(0)
推荐(0)
一个简单的运算符重载的类
摘要: #include using namespace std; class CInt {public: CInt(int i) : m_i(i) {}; virtual ~CInt(){}; void operatorm_i); return *this; } const CInt operator++(int) { CInt temp = *this; ++(*this); retur...
阅读全文
posted @ 2005-05-10 10:20 hunter_gio
阅读(477)
评论(0)
推荐(0)
导航
博客园
首页
新随笔
联系
订阅
管理
公告