# 🎉 关于本站
大家好,我是张小方 🤗,曾在字节跳动做过开发,目前在一家知名外企做 C++ 架构方面的工作,本站所有文章都为我公众号 (CppGuide)的原创文章。
希望小方的文章以及本站能助你学习编程一臂之力。
最新的文章都会在公众号首发,别忘记关注了哦!如果你想加入百人技术交流群,扫码下方二维码回复「加群」。
# 🎖小方的项目
小方的开源项目
Flamingo是一款轻量级高性能IM
小方读过的新版Modern C++图书
🚀 点击获取
网络编程书籍推荐
🚀 点击下载
C++20完全指南NEW
C++20抽丝剥茧地拆解
用C++17从零开发一个调试器NEW
用C++17从零手写一个调试器
Linux 5.x内核开发与调试 完全指南NEW
手把手地教你编译和调试Linux 5.x LTS内核代码
从零用C语言写一个RedisNEW
手把手地教从零用C语言写一个Redis
使用C++开发低延迟交易系统NEW
使用C++20从零构建一个完整的低延迟交易系统
# - name: OpenHarmony
# desc: 开放原子开源基金会
# link: https://docs.openharmony.cn/pages/000000/
# bgColor: '#f1f1f1'
# textColor: '#2A3344'
- name: 小方的开源项目
desc: Flamingo是一款轻量级高性能IM
link: https://github.com/balloonwj/flamingo
bgColor: '#f1f1f1'
textColor: '#2A3344'
- name: 小方读过的新版Modern C++图书
desc: 🚀 点击获取
link: https://mp.weixin.qq.com/s/iDuTV8dnXFo6TFgTMiLmgw
bgColor: '#f1f1f1'
textColor: '#2A3344'
- name: 网络编程书籍推荐
desc: 🚀 点击下载
link: https://mp.weixin.qq.com/s/XyRIZSUnVf4Fn54e_1fyeA
bgColor: '#f1f1f1'
textColor: '#2A3344'
- name: C++20完全指南<font color=red>NEW</font>
desc: C++20抽丝剥茧地拆解
link: /pages/cpp20completeguides/
bgColor: '#f1f1f1'
textColor: '#2A3344'
- name: 用C++17从零开发一个调试器<font color=red>NEW</font>
desc: 用C++17从零手写一个调试器
link: https://mp.weixin.qq.com/s/eXPm7xtp2wJ91HLQKOr5_g
bgColor: '#f1f1f1'
textColor: '#2A3344'
- name: Linux 5.x内核开发与调试 完全指南<font color=red>NEW</font>
desc: 手把手地教你编译和调试Linux 5.x LTS内核代码
link: https://mp.weixin.qq.com/s/GlShTZUC0Y1ERGVetlJcyA
bgColor: '#f1f1f1'
textColor: '#2A3344'
- name: 从零用C语言写一个Redis<font color=red>NEW</font>
desc: 手把手地教从零用C语言写一个Redis
link: /pages/writemyredisfromscratch01/
bgColor: '#f1f1f1'
textColor: '#2A3344'
- name: 使用C++开发低延迟交易系统<font color=red>NEW</font>
desc: 使用C++20从零构建一个完整的低延迟交易系统
link: https://mp.weixin.qq.com/s/9QXKRVDiNPHBs2XFzP_Dnw
bgColor: '#f1f1f1'
textColor: '#2A3344'
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
# 💎 小方的故事
# ⚡ 反馈与交流
在使用过程中有任何问题和想法,请给我提 Issue (opens new window)。 你也可以在Issue查看别人提的问题和给出解决方案。
或者加入小方的交流群:
![]() CppGuide微信交流群(备注"加群") | ![]() | ![]() 知识星球:C语言与C++进阶社区 |