Questions
Linux
Laravel
Mysql
Ubuntu
Git
Menu
HTML
CSS
JAVASCRIPT
SQL
PYTHON
PHP
BOOTSTRAP
JAVA
JQUERY
R
React
Kotlin
×
Linux
Laravel
Mysql
Ubuntu
Git
New posts in stl
EASTL versus STL, how can there be such a performance difference in std::vector<uint64_t>::operator[]
Jul 03, 2021
c++
optimization
stl
eastl
Sync is unreliable using std::atomic and std::condition_variable
Feb 23, 2018
c++
multithreading
c++11
stl
Does std::addressof negate the STL operator& requirement?
Mar 15, 2022
c++
c++11
stl
Implement a high performance mutex similar to Qt's one
Nov 05, 2022
c++
qt
c++11
stl
mutex
Downcasting shared pointer to derived class with additional functionality - is this safe?
Oct 14, 2022
c++
stl
shared-ptr
downcast
How to get the value type from an output iterator?
May 16, 2020
c++
stl
iterator
c++03
Using STL's Internal Implementation of Red-Black Tree
Apr 22, 2019
c++
stl
tree
red-black-tree
How do I loop through results from std::regex_search?
Sep 16, 2021
c++
regex
stl
c++11
const auto std::initializer_list difference between Clang and GCC
Mar 11, 2019
c++
c++11
gcc
stl
clang
Is there a way to convert std::vector<const T*> to std::vector<T*> without extra allocations?
Jul 27, 2019
c++
c++11
vector
stl
What is the return value of map::begin() for an empty map?
Aug 31, 2022
c++
stl
map
Threadpool implementation: condition_variables vs. yield()
Oct 20, 2022
c++
multithreading
stl
std
condition-variable
std::vector alternative for C [closed]
Oct 01, 2019
c
arrays
stl
stdvector
Can input iterators be used where forward iterators are expected?
Feb 19, 2022
c++
stl
iterator
How to insert element after the iterator position
Sep 24, 2022
c++
stl
Is there a convenient way to wrap std::pair as a new type?
Apr 02, 2018
c++
stl
What are the "string", "stream" and "stringstream" classes in C++?
Sep 08, 2018
c++
stl
std::string operator+() memory leak?
Nov 12, 2022
c++
string
stl
memory-leaks
valgrind
Are C++11 standard containers "final"?
May 04, 2022
c++
stl
c++11
std
Alternative STL implementations in C++11 and beyond
Aug 14, 2021
c++
c++11
stl
« Newer Entries
Older Entries »