File tree 6 files changed +2
-18
lines changed
themes/moderncpp/layout/partials
6 files changed +2
-18
lines changed Original file line number Diff line number Diff line change 2
2
3
3
# 现代 C++ 教程:高速上手 C++11/14/17/20
4
4
5
- ![ ] ( https://img.shields.io/travis/changkun/modern-cpp-tutorial/master?style=flat-square ) [ ![ ] ( https://img.shields.io/badge/language-English-blue.svg?style=flat-square )] ( ./README.md ) [ ![ ] ( https://img.shields.io/badge/language-简体中文-red.svg?style=flat-square )] ( ./README-zh-cn.md ) [ ![ ] ( https://img.shields.io/badge/€-donate-ff69b4.svg?style=flat-square )] ( ./assets/donate.md ) [ ![ ] ( https://img.shields.io/badge/chat-community-667ed5.svg?style=flat-square )] ( ./assets/community.md )
5
+ ![ ] ( https://img.shields.io/travis/changkun/modern-cpp-tutorial/master?style=flat-square ) [ ![ ] ( https://img.shields.io/badge/language-English-blue.svg?style=flat-square )] ( ./README.md ) [ ![ ] ( https://img.shields.io/badge/language-简体中文-red.svg?style=flat-square )] ( ./README-zh-cn.md ) [ ![ ] ( https://img.shields.io/badge/€-donate-ff69b4.svg?style=flat-square )] ( ./assets/donate.md )
6
6
7
7
## 本书目的
8
8
Original file line number Diff line number Diff line change 2
2
3
3
# Modern C++ Tutorial: C++11/14/17/20 On the Fly
4
4
5
- ![ ] ( https://img.shields.io/travis/changkun/modern-cpp-tutorial/master?style=flat-square ) [ ![ ] ( https://img.shields.io/badge/language-English-blue.svg?style=flat-square )] ( ./README.md ) [ ![ ] ( https://img.shields.io/badge/language-简体中文-red.svg?style=flat-square )] ( ./README-zh-cn.md ) [ ![ ] ( https://img.shields.io/badge/€-donate-ff69b4.svg?style=flat-square )] ( ./assets/donate.md ) [ ![ ] ( https://img.shields.io/badge/chat-community-667ed5.svg?style=flat-square )] ( ./assets/community.md )
6
-
5
+ ![ ] ( https://img.shields.io/travis/changkun/modern-cpp-tutorial/master?style=flat-square ) [ ![ ] ( https://img.shields.io/badge/language-English-blue.svg?style=flat-square )] ( ./README.md ) [ ![ ] ( https://img.shields.io/badge/language-简体中文-red.svg?style=flat-square )] ( ./README-zh-cn.md ) [ ![ ] ( https://img.shields.io/badge/€-donate-ff69b4.svg?style=flat-square )] ( ./assets/donate.md )
7
6
## Purpose
8
7
9
8
The book claims to be "On the Fly". Its intent is to provide a comprehensive introduction to the relevant features regarding modern C++ (before 2020s).
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -8,7 +8,6 @@ all: clean
8
8
cp ../assets/alipay.jpg ./src/modern-cpp/assets/alipay.jpg
9
9
cp ../assets/wechat.jpg ./src/modern-cpp/assets/wechat.jpg
10
10
cp ../assets/donate.md ./src/modern-cpp/about/
11
- cp ../assets/community.md ./src/modern-cpp/about/
12
11
cp -r ../assets/figures ./src/modern-cpp/assets/figures
13
12
cp -r ../exercises ./src/modern-cpp/
14
13
cp -r ../code ./src/modern-cpp/
25
24
./src/modern-cpp/assets/alipay.jpg \
26
25
./src/modern-cpp/assets/wechat.jpg \
27
26
./src/modern-cpp/about/donate.md \
28
- ./src/modern-cpp/about/community.md \
29
27
./src/modern-cpp/code \
30
28
./src/modern-cpp/exercises \
31
29
public db.json src/modern-cpp/zh-cn src/modern-cpp/en-us
Original file line number Diff line number Diff line change 16
16
<ul class =" nav-dropdown" >
17
17
<li ><ul >
18
18
<li ><a class =" nav-link" href =" <%- url_for(" /modern-cpp /about /donate.html " ) %>" >资助</a ></li >
19
- <li ><a class =" nav-link" href =" <%- url_for(" /modern-cpp /about /community.html " ) %>" >社区</a ></li >
20
19
<li ><a class =" nav-link" href =" <%- url_for(" /modern-cpp /about /copyright.html " ) %>" >版权声明</a ></li >
21
20
<li ><a class =" nav-link" href =" <%- url_for(" /modern-cpp /about /ack.html " ) %>" >致谢</a ></li >
22
21
</ul ></li >
Original file line number Diff line number Diff line change 16
16
<ul class =" nav-dropdown" >
17
17
<li ><ul >
18
18
<li ><a class =" nav-link" href =" <%- url_for(" /modern-cpp /about /donate.html " ) %>" >Donate</a ></li >
19
- <li ><a class =" nav-link" href =" <%- url_for(" /modern-cpp /about /community.html " ) %>" >Community</a ></li >
20
19
<li ><a class =" nav-link" href =" <%- url_for(" /modern-cpp /about /copyright.html " ) %>" >Copyright</a ></li >
21
20
<li ><a class =" nav-link" href =" <%- url_for(" /modern-cpp /about /ack.html " ) %>" >Acknowledgements</a ></li >
22
21
</ul ></li >
You can’t perform that action at this time.
0 commit comments