Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c++11

C++ std library linking with different C++ standards

c++ gcc c++11 linker cygwin

Using decltype in a late specified return in CRTP base class

c++ c++11 crtp decltype

Assignment via copy-and-swap vs two locks

c++ c++11 mutex copy-and-swap

No Unicode Streams in C++0x ? Why?

c++ unicode stream io c++11

C++0x nested initializer lists

definition of static const outside the class definition

c++ c++11

Are begin(container) and end(container) standardized?

C++11 with gcc 4.6.1 on a mac

c++ macos gcc c++11

A way to use all the unqualified names in a C++0x enum class?

std::async in clang 3.0 + libc++ doesn't work?

Compiler does not warn about precision loss?

Template specialization alias

Converting MSVS 2010 project to MSVS 2012 RC but get error "The C++ standard doesn't provide a hash for this type"

C++11 Can I ensure a condition_variable.wait() won't miss a notification?

what is a 'valid' std::function?

c++ c++11 std-function

Where can I find a listing of C++11 type prefixes/suffixes?

Is using a map where value is std::shared_ptr a good design choice for having multi-indexed lists of classes?

Reading bytes in c++

c++ c++11 binary byte

Do values with same hash go in same bucket of std::unordered_map?

c++ stl c++11

c++11 STL's binomial_distribution extremely slow

c++ gcc random c++11 libstdc++