-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
5 changed files
with
61 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,7 +7,7 @@ icon: mdi:book-open | |
|
||
## 学会阅读文档 | ||
|
||
TODO | ||
阅读文档是作为CS人的必备基本技能。文档常常是你所最易获取、常常免费且权威、少有错误的信息来源。 | ||
|
||
## 学会提问 | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
--- | ||
title: 教学资源 | ||
icon: fa-solid:chalkboard-teacher | ||
--- | ||
|
||
这里存放一些教学资源与简介。 | ||
|
||
<Catalog /> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
--- | ||
title: C++ 专题 | ||
icon: vscode-icons:file-type-cpp3 | ||
--- | ||
|
||
<Catalog /> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,45 @@ | ||
--- | ||
title: mq白的教程 | ||
--- | ||
|
||
mq白出了很多关于现代C++的教程,对于国内老朽的C++教学模式来说,是很好的补充。 | ||
|
||
::: warning 搬运者注: | ||
这里仅作教程文档推荐,未对教程视频的内容进行审核,如有问题请联系原作者。 | ||
::: | ||
|
||
mq白 个人账号下也有很多独立的技巧与 *C++日经* ,对C++感兴趣的同学也可以关注一下。 | ||
|
||
- <HopeIcon icon="mdi:github"/> [GitHub](https://github.com/Mq-b) | ||
|
||
- <HopeIcon icon="ant-design:bilibili-filled"/> [Bilibili](https://space.bilibili.com/1292761396/) | ||
|
||
- <HopeIcon icon="ant-design:zhihu-outlined"/> [知乎](https://www.zhihu.com/people/o4ze4r) | ||
|
||
- <HopeIcon icon="mdi:youtube"/> [Youtube](https://www.youtube.com/channel/UCey35Do4RGewqr-6EiaCJrg) | ||
|
||
|
||
## 教程列表 | ||
|
||
### 现代C++模板教程 | ||
|
||
《现代C++模板教程》现已发布,视频收费,教案开源免费。 | ||
|
||
b站视频购买链接:https://b23.tv/Ppq4Bsw | ||
|
||
教案可访问GitHub、Gitee、GitHub Pages 部署的网站(推荐)、Gitbook进行阅读,开源且长期更新,如下: | ||
- https://github.com/Mq-b/Modern-Cpp-templates-tutorial | ||
- https://gitee.com/Mq-b/Modern-Cpp-templates-tutorial | ||
- https://mq-b.github.io/Modern-Cpp-templates-tutorial/ | ||
|
||
### 现代C++并发编程教程 | ||
|
||
正在更新中: | ||
- https://github.com/Mq-b/ModernCpp-ConcurrentProgramming-Tutorial | ||
- https://mq-b.github.io/ModernCpp-ConcurrentProgramming-Tutorial/ | ||
|
||
### loser homework: | ||
|
||
> 搬运者注:loser homework是一个很有意思的项目,是一个C++的练习项目,里面有很多有趣的题目,可以帮助你提高C++编程能力。不过,大概只有我们loser才会专注于C++这些乱七八糟的东西吧。 | ||
- https://github.com/Mq-b/Loser-HomeWork |