Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c++

Am I guaranteed that pointers to std::vector elements are valid after the vector is moved?

Which is better for local IPC, POSIX message queues (mqueues) or Unix domain (local) sockets?

c++ c sockets ipc posix

How to create a shared library (.so) in an automake script?

Is it safe to bind an unsigned int to a signed int reference?

c++ reference

boost asio buffer to data

c++ boost boost-asio

How to set epoch for std::chrono::steady_clock in C++?

c++ datetime

What is the reason for the name `weak_ptr::lock()`?

Gstreamer recording video with audio

c++ linux ubuntu video gstreamer

Union's default constructor is implicitly deleted

c++ language-lawyer

Is const broken with std::views?

c++ constants c++20 std-ranges

Overload resolution and template argument deduction - why is 0 special?

In Visual Studio, `thread_local` variables' destructor not called when used with std::async, is this a bug?

Portable and safe way to add byte offset to any pointer

Choose a random number from a list of integer

c++

Why does sorting a vector with execution::par take longer than normal sort (gcc 10.1.0)?

Memory ordering, instruction reordering and lack of happens-before relationship

c++ multithreading c++11

Get root index for QTreeView and go back up one level

c++ qt

Why does an assignment from an rvalue reference type not invoke the move assignment operator? [duplicate]

c++ c++11 move-semantics

GCC 5, 6 and 7 on OSX do not support uint

c++ macos gcc

Vulkan vkCreateWin32SurfaceKHR fails to load

c++ vulkan