Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c++

How to make PHP and C/C++ interact with each other

php c++ c

c++ - struct and class padding

c++ class struct alignment

Why rebind<U>::other are deprecated in C++17 and removed in C++20?

c++ c++17 c++20 allocator

big ints with boost : too large to be represented in any integer type

c++ boost c++17

Is creating a uniform_int_distribution<int> object expensive?

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?