# c++-ptn **Repository Path**: ashscc/cpp-ptn ## Basic Information - **Project Name**: c++-ptn - **Description**: c++ 指北,记录学习c++过程中的一些知识点和demo代码段 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-08-31 - **Last Updated**: 2023-04-04 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # C++_ptn
c++指北

c++-指北

记录学习c++的过程


开源协议 编译工具 工具 版本

### 🚩 一、项目介绍 记录学习c++的过程,所有的源码、资料、引用都会附带上,源码肯定是本地确认能跑以后才会上传,资料也必然是自己学过的才会放上去,过程中如果写的文档基于别人的 文档也都会附带上原文的引用。希望能坚持学习新东西并且把学东西的过程也附带上,也希望能在这个过程中把文档、CICD、单元测试等等都补全成一个固化的最优流程, 一起加油,与君共勉。这个里面的所有代码均用bazel编译!!! ##### 🏅开源地址 [![Gitee](https://img.shields.io/badge/Gitee-https://gitee.com/ashscc/hero_story.git-green)](https://gitee.com/ashscc/hero_story.git)
### 🍀 二、使用到的插件 - ✅ bazel - ✅ Redis - - [x] [clang-format](https://www.cnblogs.com/ashScc/p/16638417.html) - - [ ] rocketMQ ## 暂定需要看的书 ### Basic Tech Stack Reference #### Version Control System ##### Book Pro Git: https://git-scm.com/book/en/v2 #### Methodology ##### GitHub flow https://docs.github.com/en/get-started/quickstart/github-flow https://githubflow.github.io https://guides.github.com/introduction/flow ##### Anti-patterns https://blog.developer.atlassian.com/stop-foxtrots-now/ Chinese version: https://juejin.cn/post/6844903489328381959 #### Linux Basics ##### Book 鸟哥的 Linux 私房菜: http://cn.linux.vbird.org/linux_basic/linux_basic.php ##### Tutorial Bash Scripting Tutorial: https://ryanstutorials.net/bash-scripting-tutorial/ Introduction to the Linux Command Shell For Beginners: https://www2.karlin.mff.cuni.cz/~hron/NMNV532/ShellIntro.pdf Boston University 2018 Summer Tutorial Intro to Linux: https://www.bu.edu/tech/files/2018/05/2018-Summer-Tutorial-Intro-to-Linux.pdf #### Programming Language ##### Book C++ Primer: https://book.douban.com/subject/25708312/ Effective C++: https://book.douban.com/subject/5387403/ More Effective C++: https://book.douban.com/subject/5908727/ Effective Modern C++: https://book.douban.com/subject/30178902/ #### Data Structure and Algorithm Basics ##### Book #### Embedded Software and System ##### Book DMA 分析: https://zhuanlan.zhihu.com/p/138573828 CAN 总线分析:https://zhuanlan.zhihu.com/p/30247549 SPI 总线分析:https://www.zhihu.com/question/308406342 freertos 分析:https://blog.csdn.net/u014766711/article/details/78429926 rt-thread 分析:https://zhuanlan.zhihu.com/p/339644644 uclinux 分析:https://blog.csdn.net/hnhbdss/article/details/773373