Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c++

std::format pointer error C3615: consteval function 'std::_Compile_time_parse_format_specs' cannot result in a constant expression

clang-tidy complains on std::string in structs

c++ clang-tidy

Why does concatenation of a string an char in C++ return an empty string?

c++

What is the rationale behind the iterator/sentinel of range adaptors providing the base() accessor?

c++ c++20 std-ranges c++23

Finding the cache block size

c++ ubuntu cpu-cache

C++ Ranges-v3 with std::span: ownership of intermediate objects when returning range views from functions

c++ range-v3

C++20 coroutines: need a function that uses co_yield

MiniDumpWriteDump() hangs

C++: Why Protected Constructor Cannot be Accessed in the Derived Class?

c++ protected

A c++ function that periodically gets called

c++ function

Too many template parameters in C++?

c++ templates

Vector of typedefs

c++ reflection c++14

[[nodiscard]] attribute different compilation result for GCC and Clang

c++ gcc c++17 clang nodiscard

Why auto cannot be used to define an implicitly deleted constructor

c++ gcc

Pass Ostream into Istream

c++ stream

Set credentials on AWS SDK C++ console application with code

How to define class constructor outside class in another file?

c++

Set console window size on Windows

c++ winapi

Any reason to use raw pointers to do RAII? C++11/14

c++ pointers smart-pointers

Pass C++20 Templated Lambda to Function Then Call it

c++ templates lambda c++20