Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c++-standard-library

Why are std::vector and std::valarray initializing constructors different?

Why does the standard C++ library use all lower case?

What does the C++ standard say about std::vector<int> v1,v2; std::distance(v1.begin(),v2.begin())?

What should I use instead of sscanf?

What is the rationale for requiring inclusion of <initializer_list>?

make_unique with brace initialization

How can unique_ptr have no overhead if it needs to store the deleter?

How similar are Boost.Filesystem and the C++ standard filesystem library?

Why do C++ standard file streams not follow RAII conventions more closely?

Why does `std::string::find()` not return the end iterator on failures?

Does it make sense to combine optional with reference_wrapper?

Should reading negative into unsigned fail via std::cin (gcc, clang disagree)?

Is this correct usage of C++ 'move' semantics?

Assign a nullptr to a std::string is safe?

Gnu C++ macro __cplusplus standard conform?

Is there a pure virtual function in the C++ Standard Library?

STL-pair-like triplet class - do I roll my own?

How to compare the signature of two functions?

Library function for Permutation and Combination in C++

c++ c++-standard-library

Can I take the address of a function defined in standard library?