Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in std

Does libstdc++ not implement std::stoi?

c++ gcc c++11 std

map vs unordered_map for few elements

c++ c++11 std

std::is_floating_point returns false for float in some cases

std::default_random_engine generate values between 0.0 and 1.0

c++ c++11 std

QThread vs std::thread

Most efficient way to assign values to maps

What does cout << std::ios::hex do?

c++ std

Passing std::shared_ptr to Constructors

c++ std

How to make a c++11 std::unordered_set of std::weak_ptr

using out of scope variables in C++11 lambda expressions

c++ c++11 lambda std capture

C++ integer type twice the width of a given type

c++ c++11 std

C++ compile error constructing object with rvalue std::string

c++20 std::integral_constant?

c++ std

Observer pattern using weak_ptr

c++ c++11 std smart-pointers

What is the cin analougus of scanf formatted input?

c++ input std

std::regex, to match begin/end of string

c++ regex c++11 std multiline

std::vector differences

c++ std

Can't call std::max because minwindef.h defines "max" [duplicate]

c++ macros std

Why doesn't std::swap work on vector<bool> elements under Clang/Win?

What exactly is a namespace and why is it necessary

c++ namespaces std