Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c++11

PyBind11: binding a function that uses double pointers

c++ c++11 pybind11

is auto type detection only looking at one statement

c++ c++11 auto

Is it safe to calculate pointer offset using nullptr?

c++ memory c++11 nullptr

Init std::string with single copy

c++ c++11 stdstring

emplace_back is not creating inplace object

c++ c++11

Does default-initializing a non-const reference function parameter from a dynamically allocated dereferenced pointer create a memory leak?

c++ c++11 memory-leaks c++98

problems in seeding random number in c++

c++ c++11 random

Ordering of read/write operations in a C++ queue

Can a smart pointer passed by reference be a nullptr?

c++ c++11

declaring a pointer or a stack variable

c++ c++11

"Transforming" Function Arguments

c++ c++11 arguments

Adding struct items containing a unique_ptr to an stl container

c++ c++11 vector struct

Does steady_clock have only 10ms resolution on windows/cygwin?

c++ windows c++11 cygwin

boost vs std atomic sequential consistency semantics

C++ reinterpret_cast of std::shared_ptr reference to optimize

C++ function returning string

c++ string c++11

Boids colliding with each other

c++ c++11 simulation boids

Python's enumerate for C++ [duplicate]

c++ c++11