Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c++11

When CPP line splicing is undone within C++0x raw strings, is a conforming implementation required to preserve the original newline sequence?

C++0x way to replace for(int i;;) range loops with range-based for-loop

c++ foreach for-loop c++11

Range-based for loops and ADL

Can anyone explain this paragraph of the current C++0x standard draft?

Any luck debugging lambdas with gdb?

lambda c++11 gdb

boost::make_shared<T>(...) does not compile, shared_ptr<T>(new T(...)) does

boost c++11 shared-ptr

May a compiler report errors on unknown attributes? Even with scope?

c++ attributes c++11

accessing first n variadic function arguments

initializer list as argument to operator[]

G++ 4.6 -std=gnu++0x: Static Local Variable Constructor Call Timing and Thread Safety

c++ gcc g++ c++11

heap corruption when leaving scope with unique_ptr

c++ scope c++11 unique-ptr

Using decltype with virtual member function pointers

Cannot set Eclipse Juno C++ with std=c++11

C++11 (or Boost) system_error strategy

wrapping C callbacks with C++ lambdas, possible to use template polymorphism?

Is it a good idea to overload begin/end for pointers to collections

c++ templates c++11

Cache-aligned stack variables

c++ c++11 memory-alignment

Function overloading with shared pointer argument ambiguity

Thread C++ member function template variadic template

Does it make sense to use std::shared_ptr<std::vector> instead of boost::shared_array?

c++ boost c++11 stl