Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in std

return value iterator of std::generate_n, what can you do with it?

Passing std::string in a library API

c++ stl std

Will std::queue front take front element out of the line?

c++ queue std

Using qsort() with class pointers

Is std::vector::size() allowed to require non-trivial computations? When would it make sense?

c++ stl vector std

C++ what is "instantiated from here" error?

c++ struct std

what to use in place of std::map::emplace?

c++ c++11 std

Do the iterator invalidation rules mean thread safety?

c++ multithreading c++11 std

redefine < operator to use in stl algorithms for strings

Does row major form exist for vectors?

Use of std::optional to pass a std::vector<int> to a functional by reference

c++ std c++17 stdoptional

Is it ensured that 2 sequential std::chrono::steady_clock::now() will not be equal?

c++ c++14 std clock c++-chrono

Avoiding pointers in std::list

c++ list std

Reading line of integers into a vector

c++ vector while-loop std

is std::thread supported on MSVC 11?

How to check for std::vector out of range access

c++ std outofrangeexception

std::abs(std::complex) too slow

c++ std complex-numbers

Why strlen function works without #include<string.h>?

c libraries std strlen string.h

std::unique and removing duplicates from a container of objects

c++ stl std

#include <string> causes lots of '<blank>' has not been declared errors

c++ linux std gcc4.7