summaryrefslogtreecommitdiffhomepage
path: root/zh-cn
diff options
context:
space:
mode:
authorDivay Prakash <divayprakash@users.noreply.github.com>2018-10-14 05:53:41 +0530
committerGitHub <noreply@github.com>2018-10-14 05:53:41 +0530
commit38c45a2d6a205968c562a4d5c374e9aa8105da5e (patch)
tree5179d291604d40c5cc7f7293bd79e31edda4e472 /zh-cn
parent1a77ffdba86b7e8bea4d3e56f0aeedc643fd93f6 (diff)
parent99618d394e33c51ed8073b2dc013623442201c51 (diff)
Merge pull request #3295 from divayprakash/fix-c
[c++/en] Fix links and list styling
Diffstat (limited to 'zh-cn')
-rw-r--r--zh-cn/c++-cn.html.markdown6
1 files changed, 3 insertions, 3 deletions
diff --git a/zh-cn/c++-cn.html.markdown b/zh-cn/c++-cn.html.markdown
index 87951bc3..e0d6b6fe 100644
--- a/zh-cn/c++-cn.html.markdown
+++ b/zh-cn/c++-cn.html.markdown
@@ -567,6 +567,6 @@ void doSomethingWithAFile(const std::string& filename)
```
扩展阅读:
-<http://cppreference.com/w/cpp> 提供了最新的语法参考。
-
-可以在 <http://cplusplus.com> 找到一些补充资料。
+* [CPP Reference](http://cppreference.com/w/cpp) 提供了最新的语法参考。
+* 可以在 [CPlusPlus](http://cplusplus.com) 找到一些补充资料。
+* 可以在 [TheChernoProject - C ++](https://www.youtube.com/playlist?list=PLlrATfBNZ98dudnM48yfGUldqGD0S4FFb)上找到涵盖语言基础和设置编码环境的教程。