Skip to content

Commit

Permalink
update: C++ tutorial
Browse files Browse the repository at this point in the history
  • Loading branch information
Samuka007 committed Oct 4, 2024
1 parent d657338 commit e63bd6b
Show file tree
Hide file tree
Showing 5 changed files with 61 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/.vuepress/theme.ts
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,7 @@ export default hopeTheme({

// install sandpack-vue3 before enabling it
// sandpack: true,
linkify: true,
},

feed: {
Expand Down
2 changes: 1 addition & 1 deletion src/guide/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ icon: mdi:book-open

## 学会阅读文档

TODO
阅读文档是作为CS人的必备基本技能。文档常常是你所最易获取、常常免费且权威、少有错误的信息来源。

## 学会提问

Expand Down
8 changes: 8 additions & 0 deletions src/guide/tutorial/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---
title: 教学资源
icon: fa-solid:chalkboard-teacher
---

这里存放一些教学资源与简介。

<Catalog />
6 changes: 6 additions & 0 deletions src/guide/tutorial/cpp/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
title: C++ 专题
icon: vscode-icons:file-type-cpp3
---

<Catalog />
45 changes: 45 additions & 0 deletions src/guide/tutorial/cpp/mq-b.md
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

0 comments on commit e63bd6b

Please sign in to comment.