issues
search
sftrabbit
/
CppPatterns-Patterns
A repository of modern C++ patterns curated by the community.
Creative Commons Zero v1.0 Universal
1.43k
stars
223
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Suggestion: In the CRTP example, make impl method private in the derived class
#81
panikgit
opened
2 years ago
0
Hide implementation details
#80
panikgit
opened
2 years ago
0
Hide class implementation details
#79
panikgit
closed
2 years ago
1
Adding find algorithm
#78
dogukanteber
closed
1 year ago
0
Add overload operator>>
#77
dogukanteber
closed
1 year ago
0
Fix line number references in sleep pattern description
#76
dkt01
opened
5 years ago
0
Fixed the web front-end link
#75
m417z
closed
5 years ago
0
Remove std::experimental::dynarray from array passing example
#74
GabrielDougherty
closed
3 weeks ago
0
std::experimental::dynarray no longer supported in array passing example
#73
GabrielDougherty
opened
5 years ago
0
Updated link to the Patterns web front-end
#72
pps83
opened
5 years ago
0
Suggestion: Support tags per pattern
#71
rishikhaneja
closed
2 years ago
0
Fixed wrong link in README
#70
rishikhaneja
closed
5 years ago
0
pimpl.cpp not compiled on macOS 10.13.3
#69
impvd
closed
6 years ago
0
fix links to other patterns
#68
MattijsKneppers
closed
6 years ago
2
Update and rename roll-a-die.cpp to roll-a-dice.cpp
#67
cassmtnr
closed
6 years ago
2
Add example on Passkey idiom
#66
ghost
opened
7 years ago
0
Suggestion: add HTTPS
#65
ghost
opened
7 years ago
1
Adds a basic example of std::accumulate.
#64
janoma
opened
8 years ago
0
Samples showing read of whole streams
#63
DarkerStar
opened
8 years ago
1
Suggestion: summing up values in a range (`std::accumulate`)
#62
sftrabbit
opened
8 years ago
0
Added a concurrency section, with examples
#61
DarkerStar
closed
8 years ago
3
Add sum-if sample demonstrating lambdas.
#60
nigham
closed
8 years ago
3
Added snippet to demonstrate count algorithm
#59
jatindhankhar
closed
8 years ago
4
fix the visitor && observer pattern don't show main bugs
#58
baotiao
closed
8 years ago
2
Fix typographical error(s)
#57
orthographic-pedant
closed
8 years ago
0
Get true or false with a given probability
#56
jdiego
closed
8 years ago
2
Add next-permutation and reverse-by-predicate
#55
brianrodri
closed
8 years ago
2
added an example of the "virtual (copy) constructor idiom"
#54
twoz
closed
9 years ago
1
add constrained perfect forwarding sample
#53
rollbear
opened
9 years ago
3
Added the classical erase-remove idiom
#52
ilpropheta
closed
9 years ago
2
Suggestion: linking contributor github profiles
#51
ilpropheta
closed
9 years ago
2
Added an example of sleeping for a specific duration on the current thread
#50
pjwhams
closed
9 years ago
1
Ilpropheta patch 3
#49
ilpropheta
closed
9 years ago
0
Sample for the singleton pattern
#48
shikharkohli
closed
9 years ago
0
Initiating samples folder for STL containers. Basic operations with the STL stack
#47
shikharkohli
closed
9 years ago
2
Suggestion: Rosettacode link?
#46
michaelachrisco
closed
6 years ago
0
Added a couple of std::map idioms
#45
ilpropheta
closed
9 years ago
5
Added swap samples
#44
DarkerStar
closed
9 years ago
2
fix a comment in the visitor pattern
#43
felgru
closed
9 years ago
0
Llexicographical compare with tie
#42
rollbear
closed
9 years ago
1
Adds missing link.
#41
dyp-cpp
closed
9 years ago
3
Add alternative way to iterate over istringstream without keeping last line in scope
#40
dgiagio
closed
9 years ago
1
Remove Algorithms category
#39
sftrabbit
closed
9 years ago
1
Suggestion: <chrono> samples
#38
sftrabbit
closed
9 years ago
0
Adding a Compile-time interface sample
#37
michaelbprice
closed
9 years ago
2
std::string and utf-8
#36
e12e
closed
9 years ago
2
Remove unneeded include
#35
janoma
closed
9 years ago
0
Suggestion: Add .clang-format indentation guide
#34
NewProggie
closed
9 years ago
1
Added a Curiously Recurring Template Pattern example
#33
migrantcoder
closed
9 years ago
0
Adjust layout so code has a bit more width
#32
sftrabbit
closed
9 years ago
0
Next