Skip to content

Latest commit

 

History

History
54 lines (36 loc) · 2.34 KB

File metadata and controls

54 lines (36 loc) · 2.34 KB

C++

Types of content:

  • Language references
  • FAQ's
  • Articles
  • Blogs
  • Lectures
  • Books

Most of the materials will require at least beginner level knowledge of C++. If you don't know the language - get the book.

Contributors

  • SteelPh0enix

Resources

Language references

    • Best online C and C++ languages reference, containing all the informations you need about standard library and the language, up to newest standards. First choice, if we need some kind of algorithm or container, to search for.
    • A comprehensive cheatsheet which is handy for getting an overview of new language features.

FAQ's

    • Well written FAQ containing most of information about language features and new standards. Definitely must-read for every C++ programmer, especially without ealier contact with C++11 or newer standard.

Articles

Blogs

Lectures

Books