Насколько C++ отличается от C? Сравнение простых программ Unix SORT.
https://youtu.be/XRjTREOuyBU
👉 @cpp_lib
https://youtu.be/XRjTREOuyBU
👉 @cpp_lib
YouTube
How different is C++ from C? Contrasting simple Unix SORT programs
Чтобы спасти Cи, мы должны спасти ABI.
https://thephd.dev/to-save-c-we-must-save-abi-fixing-c-function-abi
👉 @cpp_lib
https://thephd.dev/to-save-c-we-must-save-abi-fixing-c-function-abi
👉 @cpp_lib
Как C++ разрешает вызов функции.
https://preshing.com/20210315/how-cpp-resolves-a-function-call/
👉 @cpp_lib
https://preshing.com/20210315/how-cpp-resolves-a-function-call/
👉 @cpp_lib
Preshing
How C++ Resolves a Function Call
C is a simple language. You’re only allowed to have one function with each name. C++, on the other hand, gives you much more flexibility: You can have multiple functions …
👍1
Многоцелевая программа визуализации и обработки последовательных данных (by Serial-Studio)
https://www.libhunt.com/r/Serial-Studio
👉 @cpp_lib
https://www.libhunt.com/r/Serial-Studio
👉 @cpp_lib
Libhunt
Serial-Studio Alternatives and Reviews (Oct 2022)
Which is the best alternative to Serial-Studio? Based on common mentions it is: ✅PlotJuggler, ✅Lognplot, ✅Electricui-embedded, ✅MiniCore or ✅Mqtt-stats
std::span должен иметь конструктор преобразования из initializer_list.
https://quuxplusone.github.io/blog/2021/10/03/p2447-span-from-initializer-list/
👉 @cpp_lib
https://quuxplusone.github.io/blog/2021/10/03/p2447-span-from-initializer-list/
👉 @cpp_lib
Arthur O’Dwyer
std::span should have a converting constructor from initializer_list
C++17 introduced std::string_view as a “parameter-only” drop-in replacement
for const std::string&. This allows us to make clean refactorings such as:
for const std::string&. This allows us to make clean refactorings such as:
Основы C++. Программирование для начинающих.
https://www.youtube.com/playlist?list=PLQOaTSbfxUtCrKs0nicOg2npJQYSPGO9r
👉 @cpp_lib
https://www.youtube.com/playlist?list=PLQOaTSbfxUtCrKs0nicOg2npJQYSPGO9r
👉 @cpp_lib
YouTube
Основы C++. Программирование для начинающих.
Share your videos with friends, family, and the world