Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c++

Is it possible that make_shared has no any exception but returns a nullptr?

Copying a (rtf) table into the clipboard via QT (or: Writing a QTextDocument into clipboard)

c++ qt clipboard rtf

Serializing a class with a pointer in C++

c++ serialization pointers

Upgrading OpenSSL results in compiler error with sk_X509_pop_free

c++ openssl

Inline std::mutex in header file

c++ c++17 inline-variable

How to move a struct with promise inside it?

c++ copy promise move

Why is my compiler "optimizing" this for loop into an infinite loop when compiled with -O3 in C++

Can I use std::move more than once when assigning to different base classes?

c++

Why does object's memory profile need to be known at compile-time for stack placement?

Why is _mm_set_epi16 sometimes faster than _mm_load_si128?

c++ sse intrinsics

C/C++ declare 2D/3D array with ascii art

CMake: propagate compile options project-wide

c++ cmake

std::vector emplace_back implementation

c++ vector

Is it safe to assume boost::uuid won't return a duplicate?

c++ boost uuid boost-uuid

Can I compare two view sentinels?

c++ c++20 std-ranges

How to distinguish between pr-values and x-values

Ensuring that a static method gets called before main()

c++

Get number of columns in SQLite result

c++ sql c sqlite d

Calling a function for a period of time

c++ c linux time timestamp