Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c++

C++ conditional statement to test if variable is a string

How to sort a vector using std::views C++20 feature?

c++ stl c++20 std-ranges

Is enable_if the most concise way to define a function accepting only rvalues, but of any type?

incorrect function call on overload operator

How to correctly pass a function with parameters to another function?

why std::pair<int[N], int[N]> is not allowed in C++?

c++ arrays std-pair

Safely check if signed multiplication would overflow in C++17

What is the most efficient way of logging very small amount of data?

c++ c logging

Zoom in and out centered about the mouse cursor in 2D using ImGUI

How can I return directly result of a function call returning std::expected?

Difference between T and T&?

c++ templates

How do I delete variables from the heap?

Is an Iterator to vec.end() still valid after vec.push_back() when there is no reallocation

c++ iterator

C++ convert TCP Socket to BIO (OpenSSL)

c++ sockets ssl openssl

Handling Apache Thrift list/map Return Types in C++

c++ list rpc thrift

assigning std::function to a member function

c++ c++11 std-function

Initialize specific subscript item in array by c++ [duplicate]

c++ arrays initialization