File tree Expand file tree Collapse file tree 6 files changed +2
-18
lines changed
themes/moderncpp/layout/partials Expand file tree Collapse file tree 6 files changed +2
-18
lines changed Original file line number Diff line number Diff line change 22
33# 现代 C++ 教程:高速上手 C++11/14/17/20
44
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 )
66
77## 本书目的
88
Original file line number Diff line number Diff line change 22
33# Modern C++ Tutorial: C++11/14/17/20 On the Fly
44
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 )
76## Purpose
87
98The 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
88 cp ../assets/alipay.jpg ./src/modern-cpp/assets/alipay.jpg
99 cp ../assets/wechat.jpg ./src/modern-cpp/assets/wechat.jpg
1010 cp ../assets/donate.md ./src/modern-cpp/about/
11- cp ../assets/community.md ./src/modern-cpp/about/
1211 cp -r ../assets/figures ./src/modern-cpp/assets/figures
1312 cp -r ../exercises ./src/modern-cpp/
1413 cp -r ../code ./src/modern-cpp/
2524 ./src/modern-cpp/assets/alipay.jpg \
2625 ./src/modern-cpp/assets/wechat.jpg \
2726 ./src/modern-cpp/about/donate.md \
28- ./src/modern-cpp/about/community.md \
2927 ./src/modern-cpp/code \
3028 ./src/modern-cpp/exercises \
3129 public db.json src/modern-cpp/zh-cn src/modern-cpp/en-us
Original file line number Diff line number Diff line change 1616 <ul class =" nav-dropdown" >
1717 <li ><ul >
1818 <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 >
2019 <li ><a class =" nav-link" href =" <%- url_for(" /modern-cpp /about /copyright.html " ) %>" >版权声明</a ></li >
2120 <li ><a class =" nav-link" href =" <%- url_for(" /modern-cpp /about /ack.html " ) %>" >致谢</a ></li >
2221 </ul ></li >
Original file line number Diff line number Diff line change 1616<ul class =" nav-dropdown" >
1717 <li ><ul >
1818 <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 >
2019 <li ><a class =" nav-link" href =" <%- url_for(" /modern-cpp /about /copyright.html " ) %>" >Copyright</a ></li >
2120 <li ><a class =" nav-link" href =" <%- url_for(" /modern-cpp /about /ack.html " ) %>" >Acknowledgements</a ></li >
2221 </ul ></li >
You can’t perform that action at this time.
0 commit comments