├── .gitattributes ├── 9781484259948.jpg ├── C++20 Quick Syntax Reference - Source Code.txt ├── Contributing.md ├── LICENSE.txt ├── README.md └── errata.md /.gitattributes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/cpp20-quick-syntax-ref/HEAD/.gitattributes -------------------------------------------------------------------------------- /9781484259948.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/cpp20-quick-syntax-ref/HEAD/9781484259948.jpg -------------------------------------------------------------------------------- /C++20 Quick Syntax Reference - Source Code.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/cpp20-quick-syntax-ref/HEAD/C++20 Quick Syntax Reference - Source Code.txt -------------------------------------------------------------------------------- /Contributing.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/cpp20-quick-syntax-ref/HEAD/Contributing.md -------------------------------------------------------------------------------- /LICENSE.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/cpp20-quick-syntax-ref/HEAD/LICENSE.txt -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/cpp20-quick-syntax-ref/HEAD/README.md -------------------------------------------------------------------------------- /errata.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/cpp20-quick-syntax-ref/HEAD/errata.md --------------------------------------------------------------------------------