Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in std

Is it good practice to use std::vector as a simple buffer?

c++ std stdvector

How to iterate over a std::map full of strings in C++

Does std::vector.clear() do delete (free memory) on each element?

c++ std

std::string vs string in c++ [duplicate]

c++ string std

How can I use Standard Library (STL) classes in my dll interface or ABI?

c++ dll c++11 stl std

std vector C++ -- deep or shallow copy

c++ vector copy std deep-copy

How to create an std::function from a move-capturing lambda expression?

c++ lambda std c++14

Ambiguous overload call to abs(double)

c++ std cmath

std::put_time implementation status in GCC?

c++ gcc c++11 std chrono

How to convert std::chrono::time_point to calendar datetime string with fractional seconds?

c++ datetime c++11 std chrono

Why does std::map not have a const accessor?

c++ c++11 std

When is it necessary to use the flag -stdlib=libstdc++?

c++ gcc c++11 std libstdc++

What's the difference between std::advance and std::next?

c++ c++11 std

What is the fastest way to change a key of an element inside std::map

'vector' in namespace 'std' does not name a type

c++ std stdvector

Obtaining list of keys and values from unordered_map

do I need to close a std::fstream? [duplicate]

c++ std fstream ofstream

Converting std::__cxx11::string to std::string

c++ string c++11 types std

Why does unique_ptr take two template parameters when shared_ptr only takes one?

error C2065: 'cout' : undeclared identifier