Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c++

(Known) compiler bug in VC12?

Is it possible to pass a brace-enclosed initializer as a macro parameter?

How to use decltype(T::member) for a member that might not exist in T

Why standard doesn't require std::mutex::~mutex synchronizes-with with the latest unlock

c++ c++11 mutex

SQLite - Save As?

c++ sqlite

How to avoid entering library's source files while debugging in Qt Creator with gdb?

c++ debugging qt gdb qt-creator

Qt objects can still be deletedLater() without event loop?

c++ qt

How should I make function curry?

std::vector calls contained object's destructor when reallocating no matter what?

CMAKE_C_COMPILER not set, after EnableLanguage [duplicate]

Is std::size_t a distinct type?

How to hook up Boost serialization & iostreams to serialize & gzip an object to string?

How to reduce space around line numbers before every line in Visual Studio

c++ visual-studio

Why can I implicitly convert an int literal to an int * in C but not in C++?

c++ c pointers casting

Has C++11 changed requirements for elements of STL containers, and how?

c++ stl c++11

set line between qtreewidget items

c++ qt

Is it safe to append std::string to itself?

c++ stl

MSBuild in Visual Studio - Moving files before including them as content (C#)

c# c++ visual-studio msbuild

Befriending other class template instances with std:array parameter fails on MSVC