Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 1.05 KB

README.md

File metadata and controls

19 lines (12 loc) · 1.05 KB

modern-cpp-samples

A collection of modern C++ sample projects to demonstrate new features and their possible use-cases, Hope this will help modern C++ newbies. Compiled and tested under Fedora Linux x64 with g++ or simply using Qt Creator 4.10.0

Here I'll try to put sample codes and learning references which I have learned and tested to deep learning the Modern C++ concepts.

I'll do my best to publish samples which could be reusable in daily project and small enough to focus on the main subjects.

Please help me by your critics and encouraging comments.

Please fill free to ask your questions (Better to place in Stackoverflow website and inform me throw comments), I'll try my best to answer any questions regarding the sample codes.

Sections:

-CommonMistakes: sample codes to demonstrate common mistakes in modern C++ programming and how to avoid them -Special sample codes to demonstrate a feature:

  • MoveSemantics

-moderncpp1: simple project to use most commonly used modern c++ features this code needs to be cleaned up or may be re-implemented