Questions
Linux
Laravel
Mysql
Ubuntu
Git
Menu
HTML
CSS
JAVASCRIPT
SQL
PYTHON
PHP
BOOTSTRAP
JAVA
JQUERY
R
React
Kotlin
×
Linux
Laravel
Mysql
Ubuntu
Git
New posts in c++
Am I guaranteed that pointers to std::vector elements are valid after the vector is moved?
Sep 07, 2025
c++
c++11
vector
stl
move-semantics
Which is better for local IPC, POSIX message queues (mqueues) or Unix domain (local) sockets?
Sep 07, 2025
c++
c
sockets
ipc
posix
How to create a shared library (.so) in an automake script?
Sep 08, 2025
c++
shared-libraries
autotools
automake
Is it safe to bind an unsigned int to a signed int reference?
Sep 07, 2025
c++
reference
boost asio buffer to data
Sep 07, 2025
c++
boost
boost-asio
How to set epoch for std::chrono::steady_clock in C++?
Sep 07, 2025
c++
datetime
What is the reason for the name `weak_ptr::lock()`?
Sep 05, 2025
c++
shared-ptr
terminology
naming
weak-ptr
Gstreamer recording video with audio
Sep 07, 2025
c++
linux
ubuntu
video
gstreamer
Union's default constructor is implicitly deleted
Sep 06, 2025
c++
language-lawyer
Is const broken with std::views?
Sep 06, 2025
c++
constants
c++20
std-ranges
Overload resolution and template argument deduction - why is 0 special?
Sep 06, 2025
c++
templates
overload-resolution
template-argument-deduction
function-templates
In Visual Studio, `thread_local` variables' destructor not called when used with std::async, is this a bug?
Sep 07, 2025
c++
multithreading
visual-studio
memory-leaks
Portable and safe way to add byte offset to any pointer
Sep 07, 2025
c++
pointers
c++11
pointer-arithmetic
Choose a random number from a list of integer
Sep 07, 2025
c++
Why does sorting a vector with execution::par take longer than normal sort (gcc 10.1.0)?
Sep 07, 2025
c++
multithreading
sorting
c++17
mingw-w64
Memory ordering, instruction reordering and lack of happens-before relationship
Sep 07, 2025
c++
multithreading
c++11
Get root index for QTreeView and go back up one level
Sep 07, 2025
c++
qt
Why does an assignment from an rvalue reference type not invoke the move assignment operator? [duplicate]
Sep 07, 2025
c++
c++11
move-semantics
GCC 5, 6 and 7 on OSX do not support uint
Sep 07, 2025
c++
macos
gcc
Vulkan vkCreateWin32SurfaceKHR fails to load
Sep 06, 2025
c++
vulkan
« Newer Entries
Older Entries »