Git Product home page Git Product logo

cpp-learning-resources's Introduction

About This Document

Usage

This document contains videos and articles about different aspects of C++ programming. Best way to learn from them is to try them yourself, or in case of a lecture, read some more about this topic in C++ documentation.

Advanced topics

You should not proceed to the topics after C++ STL without knowing the basics of C++ (or completing at least one series from Basics Of C++ category). The content following C++ STL isn't sorted by the difficulity, everything there is considered advanced C++. You should be able to understand most of that and apply it in real world after compeling Basics Of C++ category.

Purpose

This place is mostly targeted for people with basic C++ and STL knowledge. It's supposed to improve your code's readibility, performance and make your code more compact by using STL features.

Contributing

Create either an issue with title and link to the resource you would like to add to this document or create new branch, add some changes and create a pull request.

Comments and suggestions

Please leave your comments, thoughts and suggestions via Issues.

Table of Contents

Best learning resources for C++

Basics Of C++

C++ STL

STL Containers

STL Algorithms

STL Utilities

Advanced C++

Constexpr

Functional

Time in C++

Random

Multithreading

Type related programming

Templates

Concepts

Type deduction

SFINAE - Substitution Failure Is Not An Error

Meta-programming

C++ Memory Management

Basics of memory management

Garbage Collection

  • GC FAQ ~ Document regarding garbage collection in C++

Allocators

C++ Error Handling

C++ Application Design

C++ Object Oriented Design

C++ Design Patterns

C++ Data Oriented Design

C++ Programming Style

Generalities about C++ programming

Best practices for C++

Programing Guidelines

C++ Libraries

Embeding different languages in C++

Custom container libraries for C++

  • tree.hh ~ Tree Type container library for C++

Graphical interfaces for C++

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.