[object Object]
What I’m reading lately: _The Compleat Boucher_
What I’m reading lately: _The Compleat Boucher_
quuxplusone.github.io
What I’m reading lately: The Compleat Boucher
The other day, prompted by someone’s question on SciFi Stack Exchange, I tracked
down Anthony Boucher’s short story “Q.U.R.” It first appeared in
the March 1943 Astounding Science Fiction, but today you can find
it in The Compleat Boucher (2013).
down Anthony Boucher’s short story “Q.U.R.” It first appeared in
the March 1943 Astounding Science Fiction, but today you can find
it in The Compleat Boucher (2013).
[object Object]
Runtime Polymorphism with std::variant and std::visit
Runtime Polymorphism with std::variant and std::visit
C++ Stories
Runtime Polymorphism with std::variant and std::visit
Runtime polymorphism usually connects with v-tables and virtual functions. However, in this blog post, I’ll show you a modern C++ technique that leverages std::variant and std::visit. This C++17 technique might offer not only better performance and value…
C++ – Типизированный язык программирования
[Из песочницы] Перенаправление функций в native-библиотеках на Android
[Из песочницы] Перенаправление функций в native-библиотеках на Android
Хабр
Перенаправление функций в native-библиотеках на Android
В данной статье я немного расскажу о том, как c помощью фреймворка AndHook можно перенаправлять вызовы функций в native-библиотеках. Можно перехватывать вызовы как публичных (экспортируемых функций),...
[object Object]
Precedence of a proposed `|>` operator
Precedence of a proposed `|>` operator
quuxplusone.github.io
Precedence of a proposed |> operator
Colby Pike and Barry Revzin’s P2011R0 “A pipeline-rewrite operator”
(January 2020) proposes for C++ a “pizza operator” similar to
the one proposed for JavaScript.
This came out of a blog post by Colby Pike:
“Eliminating the Static Overhead of Ranges” (October…
(January 2020) proposes for C++ a “pizza operator” similar to
the one proposed for JavaScript.
This came out of a blog post by Colby Pike:
“Eliminating the Static Overhead of Ranges” (October…