├── main.html
├── html_parser.h
├── CMakeLists.txt
├── html_parser.cpp
├── README.md
└── main.cpp
/main.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 | Basic Dictionary | Demo
5 |
6 |
7 |
12 |
13 |
14 |
19 |
20 |
21 | Result:
22 |
23 |
24 |
25 |
--------------------------------------------------------------------------------
/html_parser.h:
--------------------------------------------------------------------------------
1 | #include
2 | #include
3 | #include