downdemo

Results 6 repositories owned by downdemo
trafficstars

Cpp-Templates-2ed

1.6k
Stars
276
Forks
Watchers

C++11/14/17/20 templates and generic programming, the most complex and difficult technical details of C++, indispensable in building infrastructure libraries.

Cpp-Concurrency-in-Action-2ed

1.9k
Stars
324
Forks
Watchers

C++11/14/17/20 multithreading, involving operating system principles and concurrent programming technology.

Design-Patterns-in-Cpp17

305
Stars
55
Forks
Watchers

C++17 implementation of 23 GoF design patterns for zero memory leaks using smart pointers.

Effective-Modern-Cpp

241
Stars
46
Forks
Watchers

C++11/14/17 best practices for getting started quickly with modern C++.

LeetCode-Solutions-in-Cpp17

59
Stars
21
Forks
Watchers

Solutions to high-frequency interview questions of LeetCode in C++17, taking into account both efficiency and comprehensibility.

Linux-Network-Programming

26
Stars
8
Forks
Watchers

Sample codes for Linux network programming based on socket and I/O multiplexing in C++11, revealing the essence of computer network communication through packet capture.