Newbetuts
.
New posts in std
Will specialization of function templates in std for program-defined types no longer be allowed in C++20?
c++
std
template-specialization
function-templates
c++20
Is std::vector or boost::vector thread safe?
c++
boost
stl
thread-safety
std
What is the difference between using a struct with two fields and a pair?
c++
struct
std
std-pair
C++ std::tuple order of destruction
c++
c++11
std
stdtuple
Why does the string returned by ctime() contain a line feed?
c++
c
string
time
std
std::forward_list and std::forward_list::push_back
c++
c++11
std
forward-list
Is there a tab equivalent of std::endl within the standard library?
c++
std
Android ndk std::to_string support
android
c++
android-ndk
std
c++-standard-library
Why must std::sort compare function return false when arguments are equal?
c++
sorting
std
Why Can't I store references in a `std::map` in C++?
c++
dictionary
reference
std
stdmap
What's the difference between cstdlib and stdlib.h?
c++
std
Why are std::begin and std::end "not memory safe"?
c++
c++11
iterator
std
create vector of array of string and void function pointer in c++ [closed]
c++
arrays
pointers
vector
std
Make custom type "tie-able" (compatible with std::tie)
c++
c++11
tuples
std
string in namespace std does not name a type
c++
string
namespaces
std
Trouble reading a line using fscanf()
c
file
input
std
C++ create string of text and variables
c++
string
variables
std
Fast way to write data from a std::vector to a text file
c++
std
ofstream
How can I insert element into beginning of vector?
c++
visual-c++
vector
std
How to create a wrapper for `std::make_unique<T>`?
c++
c++17
c++14
std
Prev
Next