Skip to content

Latest commit

ย 

History

History
66 lines (43 loc) ยท 4.25 KB

File metadata and controls

66 lines (43 loc) ยท 4.25 KB

C++

High-performance systems and game development language with fine-grained control.

This page lists curated books and learning resources for this language, organized from beginner to advanced. Most books are shared via public Google Drive links maintained by the project. See Contributing before suggesting new links.

โ† C ยท All languages ยท TypeScript โ†’


C++ logo

For Beginners

These books are for those new to C++ and provide a solid, comprehensive foundation in the language.

For Intermediate Developers

These books are essential for moving beyond the basics and learning to write effective, modern, and idiomatic C++ code.

For Advanced Programmers

Dive deep into the most complex and powerful features of C++, such as concurrency, templates, and large-scale software design.

For Specialized Fields

Focus on applying C++ to a specific professional domain, such as machine learning, game development, or GUI applications.

Comprehensive References

These guides are perfect for quick lookups and as detailed companions throughout your career.


Related