Giter VIP home page Giter VIP logo

cpp-overview's Introduction

C++ Overview

./imgs/cpp_logo.png

This repository collects source code about multiple topics about C++ programming language. The propose is to explore basic concepts ( RAII, Rule of 3 and 5 ) and more complex ideas ( Lambdas, move semantics, variadic templates, … ).

Also presents useful resources for implement a workflow for a stack of development, references to improve and get the last news of C++.

Checkout my homepage for an alternative index and explore other technical programming topics.

TopicDescription
BasicsRAII, Containers, Rule of Three, Five and Zero, Exceptions, Linking, void*, …
Containers and IteratorsSTL Containers and Iterators
Modern C++ (11/14/17)Lambdas ( recursive, *this), Concepts, Move semantics, Monads, C++ 17
Template/MetaprogrammingArgument Type Deduction, Explicit Specialization, Variadic Templates, Partial Specialization, Concepts ( C++20)
Functional ProgrammingSmall example how to use std <functional>
Multithreading“Working Queue Model” with Qt, std::future and std::promises
Unit TestsHow to use Google-tests for unit testing (TDD)
Stack Of DevelopementRecommendations for libs and tricks during all development cycles
LibrariesPopular C++ libs
CoursesWeb courses to polish C++ code skills
BooksRecomended books that covers basic and advanced concepts and best practices
ResourcesLinks, blogs, podcast, …

Quick Access

Clean C++ Project Template

Logo Copyrights

C++ Standard Foundation

cpp-overview's People

Contributors

nelsonbilber 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.