Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c++11

Legal to overwrite std::string's null terminator?

Is it okay to define a totally general swap() function?

Why not just use random_device?

c++ c++11 random

Should a move constructor take a const or non-const rvalue reference?

Is there a way to cancel/detach a future in C++11?

c++ c++11 future

When should I use std::bind?

declare template friend function of template class

c++ templates c++11 friend

Nicer syntax for setting default argument value to default constructor

Convert std::chrono::time_point to unix timestamp

A good hash function for a vector

c++ c++11 hash

What causes std::bad_function_call?

c++ exception lambda c++11

C++ std::unique_ptr return from function and test for null

c++ c++11 unique-ptr

Why do type aliases in C++ use 'using' instead of 'typedef' in their syntax?

Are there any valid use cases to use new and delete, raw pointers or c-style arrays with modern C++?

c++ c++11

Random Number Order in C++ using <random>

C++11 Implementation of Spinlock using <atomic>

c++ multithreading c++11

How to make a variadic is_same?

Why doesn't my compiler recognise "Bond() = default;"?

c++ c++11

Why doesn't the compiler generate compile errors if an incorrect argument type is passed to a struct initialiser list?

c++ c++11 struct

C++ destructor with return