CodePudding
Home
front end
Back-end
Net
Software design
Enterprise
Blockchain
Mobile
Software engineering
database
OS
other
Tags
>
stl
09-14
OS
Why unordered_map not showing correct index values of a vector?
09-13
Net
Redirect cerr using rdbuf: set it once and forget it until app ends
09-07
Net
How could I use unordered_set with triplets being its elements?
09-07
Software design
How to find out new index of the element in a vector after using std::unique
09-05
OS
std::pair returned by std::transform resulting in segfault
09-03
front end
How to check if a "KEY" exist in a map for a given "VALUE" in C
08-30
Mobile
Why unordered_set is faster than vector in this situation?
08-24
Blockchain
std::map::find does not access operator==
08-24
front end
How to convert a raw pointer to unique_ptr?
08-22
database
Create std::variant from another with a sub set of the types
08-22
database
Troubles with std::set.insert c
08-20
Blockchain
Why can std::find_if potentially fail with std::bad_alloc exception?
08-18
Back-end
Data structure/algo for fast insertion and counting
08-18
OS
How to enable optimization locally in Debug mode?
08-11
Net
How to implement a std::function with operator= that can check if its rhs has same signature
08-10
OS
Passing variadic template parameter to another function with a variadic template parameter
08-09
other
Encounter error when bidirection iterator pass to vector
08-08
Mobile
Can reverse iterators be used in place of forward iterator parameters?
08-07
other
Passing function object by reference doesn't work in std::generate_n()
08-06
Back-end
How does the compiler deduce which version of std::vector::begin() to call when passing it to std::v
08-05
Software engineering
C vector of uint8_t to vector of uint32_t
08-01
Software design
how to split a sentence into strings using recursion in c
08-01
Net
How can I efficiently search for multiple adjacent elements in a std::set?
07-30
Blockchain
A better approach for keyword searching in c
07-29
Net
Undefined behavior on libstdc std::random due to negative index on Mersenne Twister engine
07-28
OS
Which STD container to use to get [] operator and erase elements without moving memory around?
07-26
Software engineering
using set_union() with a lambda
07-25
other
how to add lambda function or perform custom operation in STL set in c
07-21
Blockchain
Using A Struct As Key For std::unordered_map
07-19
OS
How do I create a template class that can accept any type that satisfies std::forward_iterator<T&
07-16
Back-end
c get indices of duplicating rows in 2D array
07-13
database
Best way to traverse an unordered map and why?
07-11
Back-end
How to write binary into a file using std::ostream::put?
07-08
database
Why doesn't std::unique_ptr allow itself to be copyable?
07-07
database
unordered_multimap element output order is weird
07-03
Blockchain
How can I delink an element from a c std::list without deallocating it?
07-02
database
How can I access an element erased from a c std::list?
06-29
Back-end
What does field 'predicate' exactly mean in (find_if) function in cpp?
06-28
other
what is field 'predict' excatly means in (find_if )function in cpp?
06-28
Mobile
Why do I have to make a 2d array for this
207
1
2
3
4
5
6
Next
Last
Links:
CodePudding