Coder Social home page Coder Social logo

cppnote's Introduction

C++语法笔记

说明

ReadTheDocs电子书链接:

https://cpp-note.readthedocs.io/zh/latest/

网络不好的同学可以看下面的语雀链接(尽量同步更新):

参考书籍

这本《C++语法笔记》是我阅读下列书籍将相似的知识点归纳总结后而成的,如侵必删。

[1] 《C++ Primer》 王刚 杨巨峰 译

[2] 《Google Style Guide》

[3] 《现代C++教程:高速上手C++11/14/17/20》 欧长坤 译

[4] 《Effective C+ 改善程序与设计的55个具体做法》 侯捷 译

编写原则

1. 二八原则

遵循“二八原则”,记录C++后端开发中百分之八十以上的知识点,避开各类奇技淫巧。

2. 删繁就简

对于强记忆性的内容简单介绍,比如枯燥的进制转换和少用的语言特性等。

3. 规范编程

以《Google Style Guide》中的C++风格指南为准,跳过了一些不推荐的编程操作,倡导规范化的C++编程。

4. 自完善性

当你在查看本文档时,可能会发现有部分重复的内容,比方说map初始化这个知识点同时涉及初始化和关联容器map,那么它就会同时出现在两个地方,保证每篇独立文档的自完善性。

5. 专题梳理

有些知识点(比如C++初始化规则和关键字)会零零散散地落在多个章节,我会系统梳理这些知识,并以专题的方式沉淀到一篇文章中去。

cppnote's People

Contributors

tomo-cat 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.