Как многие могли заметить, в ленте появились посты из r/cpp. Не каждый пост оттуда имеет практическую ценность, но так как они подтягиваются автоматически, я постараюсь вручную следить за качеством контента и удалять лишнее.
Reddit
C++
Discussions, articles and news about the C++ programming language or programming in C++.
Arthur O’Dwyer
For what inputs is `std::sort` unstable?
For what inputs is `std::sort` unstable?
quuxplusone.github.io
For what inputs is std::sort unstable?
A sorting algorithm is “stable” if, for two equivalent elements, it preserves their
original order relative to each other.
It might be useful to know a concrete example of input for which your library’s
std::sort is unstable. Here are examples for libc++…
original order relative to each other.
It might be useful to know a concrete example of input for which your library’s
std::sort is unstable. Here are examples for libc++…
C++ – Типизированный язык программирования
Micro Property — минималистичный сериализатор двоичных данных для embedded систем
Micro Property — минималистичный сериализатор двоичных данных для embedded систем
Хабр
Micro Property — минималистичный сериализатор двоичных данных для embedded систем
Micro Property — библиотека для сериализации данных с минимальными накладными расходами. Она разработана для использования в микроконтроллерах и различных встраиваемых устройствах с ограничениями по...
Arthur O’Dwyer
“Classic STL” at CppCon 2020
“Classic STL” at CppCon 2020
quuxplusone.github.io
“Classic STL” at CppCon 2020
It’s almost time for CppCon 2020! The conference is happening entirely online this year.
I’ve been quite impressed with the amount of polish that’s gone into it. If you’re still
on the fence about whether CppCon is right for you, I think 2020 would be a great…
I’ve been quite impressed with the amount of polish that’s gone into it. If you’re still
on the fence about whether CppCon is right for you, I think 2020 would be a great…