Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c++11

T* and const T*

c++ pointers c++11 constants

Why Should I use virtual base classes?

What is the rationale behind std::allocator::max_size()?

c++ memory-management c++11

Design a base iterator for a base class

Why does this explicit conversion operator work with g++ but not Visual Studio 2013?

Will c++1y allow in-class initialization of base class variables from a derived class?

c++ c++11 c++14

Pure virtual and std::shared_ptr

Why is OpenMP outperforming threads?

c++ multithreading c++11

Is there any (convenient) way of retrieving current iteration # inside C++11 "foreach" statement?

c++ c++11

<cstdint> vs std::size_t types

c++ c++11 stl

Can placeholder be used with ref()

c++ c++11

use of deleted function error

c++ c++11

Custom type in QVariant converts to empty string

c++ qt c++11 types qvariant

Uniform initialization of iterators

std::map emplace gcc 4.8.2

c++11 dictionary emplace

Auto detection of template parameters without arguments

c++ c++11

Why is transforming a conditional write to an unconditional write not a thread safe optimization?

c++ move semantics clarification

c++ c++11

Controlling frame rate

c++ multithreading c++11

Multiply two matrices in C++

c++ visual-c++ c++11