Skip to content

walterfan/kata-cpp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

58 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Beautiful C++ - Kata and Examples

Pattern and Kata are the best methods for computer language learning.

Overview

This repository contains C++ learning materials, examples, and a comprehensive documentation guide for modern C++ development.

Documentation

The documentation is built with Sphinx and available at: Beautiful C++ Doc

现代 C++ 实战开发指南

Located in doc/source/, organized by topic:

1. 基础知识与陷阱 (Basic)

2. 并发编程 (Concurrency)

3. 性能调优 (Performance)

4. 内存管理 (Memory)

5. 网络编程 (Network)

6. 常用库 (Libraries)

7. 速查表 (Cheatsheet)

Build Documentation

cd doc
pip install -r requirements.txt
make html

Kata Examples

Build

mkdir bld
cd bld
cmake ..
make

Learning Notes

Reference

License

CC BY-NC-ND 4.0

About

beautiful cpp guideline and examples

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors