Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c++11

lvalue binding to rvalue reference

c++ c++11 lvalue rvalue

What are the common usage of exceptions at catch site?

User-friendly API with unique_ptr

c++ c++11 smart-pointers

Reading std::string, remove all special characters from a std::string

c++ regex string c++11 split

c++ std::unique_ptr won't compile in map

Mixing boost smart pointers and C++11 smart pointers in boost::signals2

c++ c++11 boost

parameter packs not expanded with ‘...' -- another variadic template bug with gcc?

Can you use decltype in a template parameter?

Is it illegal directly putting in unicode in character-literal instead of using universal-character-name?

c++ c++11 unicode

Vector initializer list passed as a function parameter

forward declaration of using in c++11

Passing STL algorithm to another function

c++ c++11 stl

Is the complexity of unordered_set::find predictable?

How can I use shared_ptr using PostThreadMessage?

Correct way to make is_copy_constructible for container yield false if underlying type is not copy constructible

using function pointers in C++ 11

c++ c++11

Why is the size() method of std::list O(n) in GCC?

c++ c++11 gcc size stdlist

Why can't I pass the this pointer explicitly to a member function?

c++ c++11 this

Getting GCC in C++11 mode to work on FreeBSD

c++ c++11 gcc freebsd libstdc++

Move or swap a stringstream

c++11 swap move-semantics