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 c++-standard-library
Why are std::vector and std::valarray initializing constructors different?
Mar 28, 2022
c++
vector
language-lawyer
c++-standard-library
valarray
Why does the standard C++ library use all lower case?
Sep 05, 2022
c++
coding-style
lowercase
c++-standard-library
What does the C++ standard say about std::vector<int> v1,v2; std::distance(v1.begin(),v2.begin())?
Sep 05, 2022
c++
iterator
standards
language-lawyer
c++-standard-library
What should I use instead of sscanf?
Sep 05, 2022
c++
scanf
c++-standard-library
What is the rationale for requiring inclusion of <initializer_list>?
Jul 18, 2020
c++
header-files
c++-standard-library
stdinitializerlist
make_unique with brace initialization
Sep 04, 2022
c++
initialization
c++14
unique-ptr
c++-standard-library
How can unique_ptr have no overhead if it needs to store the deleter?
Sep 07, 2022
c++
c++11
smart-pointers
unique-ptr
c++-standard-library
How similar are Boost.Filesystem and the C++ standard filesystem library?
Nov 20, 2022
c++
c++11
c++17
c++-standard-library
boost-filesystem
Why do C++ standard file streams not follow RAII conventions more closely?
Feb 27, 2022
c++
iostream
raii
c++-standard-library
Why does `std::string::find()` not return the end iterator on failures?
Sep 27, 2021
c++
stdstring
c++-standard-library
Does it make sense to combine optional with reference_wrapper?
Nov 01, 2022
c++
pointers
reference
optional
c++-standard-library
Should reading negative into unsigned fail via std::cin (gcc, clang disagree)?
Aug 13, 2022
c++
language-lawyer
c++17
cin
c++-standard-library
Is this correct usage of C++ 'move' semantics?
Sep 02, 2022
c++
c++11
move-semantics
c++-standard-library
Assign a nullptr to a std::string is safe?
Sep 02, 2022
c++
string
c++-standard-library
Gnu C++ macro __cplusplus standard conform?
Nov 08, 2017
c++
gcc
c++11
standards-compliance
c++-standard-library
Is there a pure virtual function in the C++ Standard Library?
Sep 01, 2022
c++
language-lawyer
virtual-functions
c++-standard-library
pure-virtual
STL-pair-like triplet class - do I roll my own?
Nov 03, 2022
c++
c++-standard-library
stdtuple
triplet
How to compare the signature of two functions?
Sep 02, 2022
c++
function
c++17
c++-standard-library
function-signature
Library function for Permutation and Combination in C++
Sep 01, 2022
c++
c++-standard-library
Can I take the address of a function defined in standard library?
Aug 31, 2022
c++
language-lawyer
c++-standard-library
c++20
unspecified-behavior
« Newer Entries
Older Entries »