Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c++11

Combining std::vector Default and Fill Constructor

c++ c++11 vector

Legal legacy code using pointers suddenly becomes UB

Pointer to member variable of shared_ptr

Why is the member of object expression an xvalue not prvalue?

c++ c++11

I cannot initialize that shared_ptr of class C

How do I turn this runtime-efficient function into a constexpr?

c++ c++11 fibonacci constexpr

What does cin >> x evaluate to, on error?

c++ c++11

Avoiding void pointers

c++ c++11 void-pointers

why are multiple shared_future objects needed to synchronize data

Ensuring a template class isn't polymorphic?

Add an llvm instruction

c++11 llvm

Pushing shared_ptr(this) into vector results in "free(): invalid pointer" error

Detecting type of data in c++ array

c++ arrays c++11 c++14

Exceptions handling guidelines for C++

c++ exception c++11

C++: How can lock-free data structures be implemented in C++ if std::atomic_flag is the only lock-free atomic type?

What is the use of the "/" character in boost::filesystem::path?

c++ c++11 boost

Does any major C++ implementation actually define `NULL` as `nullptr`?

c++ c++11 null std nullptr

How to deduce the type of lambda's return value.?

c++ c++11

How do implicitly declared (object level) member functions work according to the ISO C++11 standard?

c++ c++11

Will std::basic_string destroy null termination every time?

c++ c++11 gcc7