Skip to main content
John's user avatar
John's user avatar
John's user avatar
John
  • Member for 5 years, 5 months
  • Last seen more than 1 year ago
8 votes
3 answers
192 views

Generic overloading bitwise functions to manipulate the enum type

8 votes
2 answers
1k views

A TCP server which uses one thread to read while writing data with another thread

7 votes
3 answers
1k views

Room light controller

6 votes
2 answers
138 views

Observer pattern written in C++

5 votes
2 answers
520 views

naive C++ stack template class

5 votes
2 answers
2k views

C++ template class to calculate CRC

4 votes
2 answers
240 views

A simple text editor

4 votes
1 answer
744 views

Using builder pattern and facade pattern in real project

4 votes
4 answers
2k views

A thread-safe simple logger

3 votes
2 answers
496 views

Extensible sorting algorithm collection

2 votes
1 answer
113 views

Overloading bit operators for scoped enum

2 votes
1 answer
127 views

Decoupling receiving data and processing data by passing callback and shared_ptr

2 votes
3 answers
3k views

C++ logger by template

1 vote
3 answers
2k views

Any bettter way to achieve this lookup table?

1 vote
1 answer
168 views

A uniform interface for storing data by fd or container