The repository is a Chinese translation of “C++17: The Complete Guide”, a comprehensive reference book originally by Nicolai M. Josuttis, adapted for learners and developers who prefer reading in Chinese. It includes a full LaTeX source, Markdown drafts, and compiled PDF/EPUB versions, allowing readers to either consume the translated text or regenerate formatted outputs themselves. The content is organized into multiple parts: basic language features (e.g. structured binding, inline variables, enhanced switch, lambdas), template and compile-time features (e.g. fold expressions, class template argument deduction, constexpr improvements), and the additions to the standard library (e.g. std::optional, std::variant, std::string_view, file system, concurrency, and parallel algorithms). It also covers enhancements to existing STL components, new library utilities, and advanced topics like polymorphic memory resources (PMR), alignment, and generic programming improvements.
Features
- Translation of a comprehensive guide to all notable new features in C++17 including structured bindings, inline variables, if/switch with initializer, etc
- Multiple output formats: PDF, EPUB, Markdown, LaTeX source
- Instructions to compile locally using tectonic (a LaTeX tool), with guidance on installed fonts
- Organized chapter structure mirroring the original: language core features, template features, library additions, concurrency etc
- Open to corrections via pull requests, includes work on converting PDF → markdown then proofreading
- Free access under conditions (translation for study and exchange; with removal if copyright issues)