Highlighting the free Student and Support tickets for Meeting C++ 2021
Источник: isocpp.org (Standard C++)
Источник: isocpp.org (Standard C++)
The C++ implicit assignment operator is a non-ref-qualified member, even if the base class’s assignment has a ref-qualifier
Источник: The Old New Thing
Источник: The Old New Thing
The Old New Thing
The C++ implicit assignment operator is a non-ref-qualified member, even if the base class's assignment has a ref-qualifier
Consider the following C++ class: struct Base { Base& operator=(Base const&) & = default; void BaseMethod(); }; This defines a class for which you can assign to an lvalue reference, but not to an rvalue reference. extern Base GetBase(); Base b;
Adventures in application compatibility: The case of the wild instruction pointer that, upon closer inspection, might not be so wild after all
Источник: The Old New Thing
Источник: The Old New Thing
The Old New Thing
Adventures in application compatibility: The case of the wild instruction pointer that, upon closer inspection, might not be so…
The search for clues leads to an unexpected place.
CppCon 2020 Building a Coroutine based Job System without Standard Library--Tanki Zhang
Источник: isocpp.org (Standard C++)
Источник: isocpp.org (Standard C++)
Введение в программирование: заготовка игры-платформера на SDL в 300 строк C++
Источник: Habr
Автор: haqreu
Источник: Habr
Автор: haqreu
Хабр
Введение в программирование: заготовка игры-платформера на SDL в 300 строк C++
Этот текст предназначен для тех, кто только осваивает программирование. Я читаю лекции по C++ на первом курсе местного университета, и в качестве практикума предлагаю запрограммировать любую игру (не...