Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in std

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

What would be a "Hello, World!" example for "std::ref"?

c++ c++11 std ref

std::lexical_cast - is there such a thing?

Why am I getting string does not name a type Error?

c++ string std

Sorting std::map using value

c++ dictionary std

Append an int to a std::string [duplicate]

c++ std

What is the performance overhead of std::function?

c++ boost std

Passing std::string by Value or Reference [duplicate]

c++ string std move-semantics

How is std::is_function implemented?

c++ templates std sfinae