Git Product home page Git Product logo

cplusplusthingsplus's Introduction

C++ 那些事

感谢各位对《C++ 那些事》的支持,现将内容也同步至网站,可以打开网站直接阅读~欢迎大家 star、转发、PR。

直通点

https://light-city.club/sc/

关于作者

公众号已开放两大入口,分别是专辑与菜单,可以直接在微信公众号上阅读《C++那些事》内容,配上该仓库的代码,将会非常的爽,建议大家关注一波。

个人公众号:guangcity

欢迎大家反馈及C++交流,本人在微信创建了C++那些事交流群,优质的C++资源交流区,期待大家关注上面公众号,点击公众号右下角->联系我,拉你入群。


项目运行

  • 代码环境

    Ubuntu 18.04

  • 工具

    CLion gcc/g++

尽量用g++,因为一开始我用的vim写的,所以纯g++,后来用编译器CLion,部分有CMakeLists.txt文件,直接导入就行,后面会更新这个文件包含整个项目,持续关注~

0.项目概要

  • 中文名:C++ 那些事
  • 英文名:Stories About C Plus Plus

这是一个适合初学者从入门到进阶的仓库,解决了面试者与学习者想要深入 C++及如何入坑 C++的问题。除此之外,本仓库拓展了更加深入的源码分析,多线程并发等的知识,是一个比较全面的 C++ 学习从入门到进阶提升的仓库。

1.基础进阶

2.实战系列

基本c++语法

递归、结构体、枚举、静态变量等

函数

函数深入

继承多态

虚函数、抽象类

运算符重载

模板与STL

异常

文件与流

├── 中括号重载.cpp ├── 时钟++运算符重载.cpp ├── 运算符重载之强制转换.cpp └── 重载圆括号的时钟.cpp

├── 函数模板.cpp

├── 动态数组.cpp

├── 字典插入与查找.cpp

├── 异常捕获.cpp

├── 类模板之栈.cpp

├── 类模板特化之数组.cpp

├── 继承与封装.cpp

├── 读写文件综合题.cpp ├── 输入输出运算符重载.cpp ├── 输入输出重载.cpp ├── 输出格式.cpp

3.0 概况

C++2.0 是一个简称,意为「现代 C++」,包括 C++11/14/17/20。

3.2 C++14/17/20

待更新...

4.设计模式

STL 源码剖析:gcc 4.9.1

6.1 C++ Concurrency in Action

学习资料:https://chenxiaowei.gitbook.io/cpp_concurrency_in_action/

6.2 多线程与多进程

6.2.1 Threading In C++

学习自:

https://www.youtube.com/watch?v=eZ8yKZo-PGw&list=PLk6CEY9XxSIAeK-EAh3hB4fgNvYkYmghp&index=4

你最喜欢的 c++ 编程风格惯用法是什么?

8.学习课程

9.工具篇

对吴老师的代码进行了修改,点击此处直通代码

输入:

map<int, int> mp{
            {1, 1},
            {2, 4},
            {3, 9}};
    cout << mp << endl;

输出结果显示:

{ 1 => 1, 2 => 4, 3 => 9 }

9.2 像 Python 一样简单输出(Jupyter Notebook)

9.3 观察编译过程变化

9.4 C++ 的 Debug 工具 dbg-macro

10.拓展部分

10.1 一些问题

11.贡献者


Francis


ChungZH

12.赞助我

如果觉得不错,赞助我吧~


支付宝

微信

cplusplusthingsplus's People

Contributors

aurelius84 avatar chungzh avatar eggplanty avatar light-city avatar linbo0518 avatar mayerui avatar tomzhang avatar walterzhaojr avatar willhunger avatar zooltd avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.