Skip to content

michael6578/Cpp-Learning-Resources

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 

Repository files navigation

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++

About

C++ Learning Resources

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published