Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in std

Is it ok to qualify C functions with the `std` namespace? [duplicate]

Error spliting an std::index_sequence

c++ templates c++11 std

std::max_element skip over NANs

c++ arrays std

C++ fread() into a std::string

c++ string casting std fread

Does g++ meets std::string C++11 requirements

c++ string c++11 g++ std

std::move vs std::auto_ptr?

What is the need to specify "std" prefix?

c++ std

'random_shuffle': is not a member of 'std' error

c++ std

C++ Standard Library approach to removing one of a pair of items in a list that satisfy a criterion

c++ algorithm stl iterator std

std::async causes deadlock?

c++ c++11 asynchronous std

Global std::string causing crash on iOS

c++ ios std

Work around std::showbase not prefixing zeros

c++ c++11 std

Error when instantiating std::array using std::array::size

c++ arrays c++11 std constexpr

how to use standard library with C++ modules? (eg: `import std.io`)

Can I safely use #ifdef to know if a c++ std header is included?

Android NDK pretty printing

In C++, how can I reuse a standard thread that has finished execution?