Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c++

Alternative way to obtain argc and argv of a process

c++ linux windows posix bsd

Merge multiple compile_command.json files

`checking size of mp_limb_t... 0` and `configure: error: Oops, mp_limb_t doesn't seem to work` when compiling the Microchip XC32 compiler from source

c++ gcc mingw-w64 gmp msys2

MSVC accepts std::string array initialized with string literal but gcc and clang rejects

False sharing and 128-byte alignment/padding

c++ locking false-sharing

Why does gcovr fail to create a report with g++ version 12?

c++ gcovr g++12

fmt compile time format string check without generating asm code for the check?

c++ c++20 fmt

Member function syntax works on msvc but rejected by gcc and clang [duplicate]

c++ member-functions

reading file contents in non-blocking async way using boost::asio in cpp

c++ asynchronous boost-asio

Instantiate shared_ptr objects from SWIG in Python

python c++ swig

How to properly remove a character from a char array (with or without converting to a string)?

c++ arrays string char

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