关于我
class Member {
/* data */
private:
string name = "Henry";
string gender = "M";
unsigned int age = NULL; //UNDEFINED
string university = "CQUPT";
string degree = "M.Sc";
string major = "cs"; //computer science,software engineering.
string tech_stack[] = {"C++", "Java", "Python", "more..."};
string email = "'henry#bytecho.net' or 'csthenry#foxmail.com'"; //replace '#' with '@'.
string home_page = "https://www.bytecho.net/home/";
public:
ElemType getInfo(){
//...
};
};
关于Elasticode
- 创建日期:2017 年 04 月 02 日
- 构建程序:Typecho
- 云服务器:腾讯云 弹性服务器(CVM)
- 服务程序:Nginx Tengine
- 静态加速:阿里云 CDN
数据统计
本文链接:https://blog.bytecho.net/about.html
版权均属于字节星球(www.bytecho.net)
博客描述:热爱代码热爱生活
博客头像:https://z3.ax1x.com/2021/04/29/gFimB4.jpg
博客链接:https://ibeichen.cn/