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 std
Why does std::min(std::initializer_list<T>) take arguments by value?
Feb 18, 2022
c++
c++11
std
min
c++-standard-library
C++: Find any element from container1 not in container2
Mar 01, 2022
c++
algorithm
stl
std
C++ random yields different numbers for same Mersenne Twister seed when using float precision
Oct 24, 2022
c++
random
std
random-seed
mersenne-twister
Why do streams still convert to pointers in C++11?
Jul 20, 2021
c++
c++11
g++
std
iostream
std::hash template partial specialization
Sep 30, 2019
c++
templates
c++11
std
language-lawyer
How does std::sort work for list of pairs?
Nov 16, 2022
c++
algorithm
sorting
stl
std
C++11 : error: ‘begin’ is not a member of ‘std’
Dec 14, 2014
c++
compiler-errors
iterator
syntax-error
std
Why doesn't std::noskipws work, or what is it supposed to do?
Oct 14, 2022
c++
std
cin
Remove all commas, dots and lowercase the string with single iteration
Jul 06, 2022
c++
optimization
std
How to handle evolving c++ std:: namespace? e.g.: std::tr1::shared_ptr vs. std::shared_ptr vs. boost::shared_ptr vs. boost::tr1::shared_ptr
Jul 14, 2022
c++
boost
portability
std
tr1
Pass std algos predicates by reference in C++
Apr 24, 2022
c++
algorithm
pass-by-reference
std
predicate
How is std::advance implemented to change behavior on iterator type?
Oct 28, 2022
c++
implementation
std
stdadvance
Getting the bounding box of a vector of points?
Oct 28, 2017
c++
boost
std
bounding-box
Difference on std::vector push_back(Object()) and push_back(new Object())?
Mar 19, 2022
c++
vector
insert
std
How to realize a custom implementation of a std-like iterator?
Apr 01, 2022
c++
iterator
std
Iterating a vector to second to last element with index vs iterator
Aug 31, 2022
c++
c++11
vector
iterator
std
Is it possible to remove queue element by value?
Apr 25, 2022
c++
stl
queue
std
error: ‘list’ is not a member of ‘std’ and error: template argument 2 is invalid
Apr 18, 2022
c++
list
c++11
dictionary
std
Convert QByteArray to std::vector<unsigned char>
Dec 03, 2020
c++
vector
std
unsigned-char
qbytearray
Get all positions of elements in STL vector that are greater than a value
Jan 16, 2021
stl
vector
std
c++
« Newer Entries
Older Entries »