first class

一级标题

二级标题

三级标题

四级标题

左对齐 右对齐 居中对齐
A B C
a b c
  • 无序列表1
  • 无序列表2
  1. 有序列表1
  2. 有序列表2

加粗

斜体

粗体斜体

这是一个引用

引用套嵌


Hello world

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
#include<cstring>
#include<cstdio>

using namespace std;

class CMyString
{
public:
CMyString(const char* pData = nullptr);
CMyString(const CMyString& str);
~CMyString(void);

CMyString& operator = (const CMyString& str);

void Print();

private:
char* m_pData;
};

这是百度的链接

这是一个图片

世界是平坦的。 我们现在知道世界是圆的。