Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in std

Why '==' is slow on std::string?

c++ string compare std

Whats the point of .begin() and .end()?

c++ arrays std stdarray

Convert uint64_t to std::string

c++ string std uint64

Is there a better way to reverse an array of bytes in memory?

c++ memory swap std

Why does C++17's std::any not allow returning a movable value by any_cast?

c++ std move-semantics c++17

Whats going on here with cctype?

c++ namespaces std

assigning true/false to std::string: what's going on?

c++ string gcc g++ std

Why is std::type_info noncopyable? Am I allowed to store it somewhere?

c++ std typeid typeinfo

C++ vector emplace_back calls copy constructor

c++ vector 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