Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c++

how to get boost json to use the correct data types

Exception class with a char* constructor

c++ visual-studio c++11 gcc

How to split a std::string_views into a tuple-like objects using C++20 std::views::split?

Why do I want to use CRTP over simple template for static polymorphism?

c++ crtp

How to initialize the std::optional of a user defined data type

c++ c++17

Moving elements from one vector to another using erase-remove paradigm

c++ c++11 vector move

Using specific cipher for SSL/TLS in boost::asio

c++ ssl boost boost-asio

C++ Move semantics with object having integer member

How to reduce link time in MSVC?

c++ visual-c++

Implementing a coroutine in python

python c++ python-asyncio

std::mutiset vs std::vector to read and write sorted strings to a file

c++ stl

How can I overload the operator& in C++

c++

Poor performance on the nqueens min-conflic search

Is there an alternative to std::this_thread::sleep_for that receives std::stop_token besides time duration?

c++ multithreading c++20

C++ Accessors - should I return a pointer to the member variable or the actual member variable itself?

UWP Hardware Video Decoding - DirectX12 vs Media Foundation

Is there a way to use clang-format to do "indentation only"?

c++ c automation clang-format

Android CMake: Could NOT find OpenSSL

android c++ cmake android-ndk

How to explicit instantiate template constructor in C++?

Do I need to use CryptoPP DLL with Qt?

c++ qt dll compilation crypto++