需要一个java web编写的类似新浪微博的工程!学习一下
答案:2 悬赏:30 手机版
解决时间 2021-01-25 11:23
- 提问者网友:半生酒醒
- 2021-01-24 21:47
需要一个java web编写的类似新浪微博的工程!学习一下
最佳答案
- 五星知识达人网友:人類模型
- 2021-01-24 22:09
}
friend ostream& operator<< (ostream&,MyString&);//重载<<运算符
friend istream& operator>> (istream&,MyString&);//重载>>运算符
MyString& operator=(const char *cstr);//只能被重载为成员函数
char operator[](const int nPos);//只能被重载为成员函数
char at(const unsigned int nPos);
private:
int m_nLength; //获取当前 String 对象中的字符数
char* m_pChars;
int maxSize;
};
friend ostream& operator<< (ostream&,MyString&);//重载<<运算符
friend istream& operator>> (istream&,MyString&);//重载>>运算符
MyString& operator=(const char *cstr);//只能被重载为成员函数
char operator[](const int nPos);//只能被重载为成员函数
char at(const unsigned int nPos);
private:
int m_nLength; //获取当前 String 对象中的字符数
char* m_pChars;
int maxSize;
};
全部回答
- 1楼网友:冷風如刀
- 2021-01-24 23:06
支持一下感觉挺不错的
我要举报
如以上问答信息为低俗、色情、不良、暴力、侵权、涉及违法等信息,可以点下面链接进行举报!
大家都在看
推荐资讯