#usingstdcpp результаты поиска
¿Todavía no conoces las tecnologías software que se utilizan para desarrollar electrodomésticos? Ven al stand de BSH Electrodomésticos España en #usingstdcpp y te lo contamos
Comenzamos la jornada #Usingstdcpp 2023 con llenazo y sorpresas. Todo gracias a @jdgarciauc3m @EPS_UC3M
@diegorlosada and Luis Caro are presenting Unlock the power of Conan 2: Fifteen new features you didn’t know about! at #usingstdcpp
The generosity of the #usingstdcpp 2023 participants and the organizer, @jdgarciauc3m, will fund an Alumni Grant @FUc3m at @uc3m 👏🏼👏🏼
In his #usingstdcpp talk today (17:50 CEST), engineer Filipp Gelman will propose a technique to avoid the overhead of an additional copy/move incurred by library-level abstractions when non-trivial objects are passed to functions by value bloom.bg/4429Six #cpp #cplusplus
At #usingstdcpp 2024 today (17:40 CEST), Andrew Pearcy & Jeffrey So will share how their team used #opensource tools to identify which files, constructs & design choices increased build times, and how they reduced compilation time 10x bloom.bg/49KyH3N #cpp #cplusplus
Today at using std::cpp 2024 (@usingstdcpp), senior software engineer Jean-Louis Leroy presents "Open Is Good: Fast, Orthogonal Open (Multi) Methods with YOMM2" (18:30 CEST) bloom.bg/3W5dLRO #cpp #cplusplus #usingstdcpp
#usingstdcpp 2023 new video More than a rehash - Joaquín M López Learn about boost::unordered_flat_map youtu.be/Rg8MZ5pJIJA
youtube.com
YouTube
More than a rehash Joaquín M López
#usingstdcpp 2023 video uploaded What is Low Latency C++ - Timur Doumler How should you write low latency software in c++ youtu.be/jjDolw1PIsM
youtube.com
YouTube
What is Low Latency C++ Timur Doumler
We definitely hope you can come. It would be great to hear your thoughts on many topics around C++. #usingstdcpp
Did you ever ask why std::shared_ptr uses type erasure? What does this have to do with dependency injection? At #usingstdcpp 2023 Jan Krasinsiki was discussing this topic Dependency injection: Why does shared ptr use type erasure? youtu.be/sin8u6fS3DE
youtube.com
YouTube
Dependency injection Why does shared ptr use type erasure Jan...
Do yo want to visit a variant? Do you want to visit somo other thing? Watch "Still more variants of variant" by @odinthenerd #usingstdcpp 2023 youtu.be/3VsQmXAY7ds
youtube.com
YouTube
Still more variants of variant - Odin Holmes
The Hidden Power of C++23 std::stacktrace for Faster Debugging & Exception Handling - Erez Strauss - CppCon 2025 youtu.be/dZzmtHXJN7A #Coding #Cplusplus #Cpp #Programming #cppcon
youtube.com
YouTube
The Hidden Power of C++23 std::stacktrace for Faster Debugging &...
It's just one of the examples In practice, when you change --std from, say, C++17 to C++20, it will likely not compile at all or will break tests or some other crap. I would prefer C++ to break compatibility if it will help me find bugs, it has enough pitfalls already
We have just released a new CppCon 2025 Video! The Hidden Power of C++23 std::stacktrace for Faster Debugging & Exception Handling - Erez Strauss - CppCon 2025 youtu.be/dZzmtHXJN7A #Coding #Cplusplus #Cpp #Programming #cppcon
youtube.com
YouTube
The Hidden Power of C++23 std::stacktrace for Faster Debugging &...
🆕 on the #Cpp conference video radar: 🎦 from CppCon: 📺 The Hidden Power of C++23 std::stacktrace for Faster Debugging & Exception Handling - Erez Strauss 🔗 youtube.com/watch?v=dZzmtH…
youtube.com
YouTube
The Hidden Power of C++23 std::stacktrace for Faster Debugging &...
We write std::cout std::cin instead of using std namspace. If you have to use another namespace like boost then it creates mess and hurts the readability. Also compiler will be confuse which namespace should he call so better to use std::regex_search, boost::regex_match() 😂
Ah man.. last night I decided to start a C++ guide going over different areas of sw dev, bc I want to make something for my bro to learn that's transferable & gives him something to focus on. Stuff to help with his mental health. github.com/jesse-stojan/c…
Mas eu percebi que maior parte do meu problema com C++ são as loucuras de template. Porém, programar em C-style, com algumas funcionalidades do C++ é até que divertido. O que mais usei foi: std::array, std::optional, std::string_view e destructor como defer.
Cool recent idea. It was a mistake for Safe C++ to add new standard library `std2`. But `std` is unsafe. What to do? Use Rust's stdlib from C++. Don't add "Rust-like" features to C++. Add binary-compatible Rust features. Aim for really good interop.
In his #usingstdcpp talk today (17:50 CEST), engineer Filipp Gelman will propose a technique to avoid the overhead of an additional copy/move incurred by library-level abstractions when non-trivial objects are passed to functions by value bloom.bg/4429Six #cpp #cplusplus
@diegorlosada and Luis Caro are presenting Unlock the power of Conan 2: Fifteen new features you didn’t know about! at #usingstdcpp
Today at using std::cpp 2024 (@usingstdcpp), senior software engineer Jean-Louis Leroy presents "Open Is Good: Fast, Orthogonal Open (Multi) Methods with YOMM2" (18:30 CEST) bloom.bg/3W5dLRO #cpp #cplusplus #usingstdcpp
At #usingstdcpp 2024 today (17:40 CEST), Andrew Pearcy & Jeffrey So will share how their team used #opensource tools to identify which files, constructs & design choices increased build times, and how they reduced compilation time 10x bloom.bg/49KyH3N #cpp #cplusplus
This is the main reason I dislike the C++ std library. Headers are bloated with too many complex templates. Compile times blow up. Also debug performance and debug experience is significantly worse compared to custom replacement.
Why don't you use STL? Single 3rd party lib leaking stl headers. Just one of them taking as long as the rest of the engine.
#usingstdcpp 2023 video uploaded What is Low Latency C++ - Timur Doumler How should you write low latency software in c++ youtu.be/jjDolw1PIsM
youtube.com
YouTube
What is Low Latency C++ Timur Doumler
#usingstdcpp 2023 new video More than a rehash - Joaquín M López Learn about boost::unordered_flat_map youtu.be/Rg8MZ5pJIJA
youtube.com
YouTube
More than a rehash Joaquín M López
#usingstdcpp 2023 video talk published Are we fast enough yet Let’s go faster, taking advantage of C++ - Juan Carlos Aŕevalo from @BolsaBME youtu.be/KLGMTxjSy2Y
youtube.com
YouTube
Are we fast enough yet Let’s go faster, taking advantage of C++ -...
#usingstdcpp 2023 talk video published Little Big Brains Making Tiny Devices Great with C++ Alejandro Hidalgo Juan Antonio García @scalianspain youtu.be/yn-GZxfMrCM
youtube.com
YouTube
Little Big Brains Making Tiny Devices Great with C++ Alejandro...
Do yo want to visit a variant? Do you want to visit somo other thing? Watch "Still more variants of variant" by @odinthenerd #usingstdcpp 2023 youtu.be/3VsQmXAY7ds
youtube.com
YouTube
Still more variants of variant - Odin Holmes
@sinusoidalen "The most valuable values". C++ value semantics and a bit of philosophy at #usingstdcpp
Something went wrong.
Something went wrong.
United States Trends
- 1. Thanksgiving 372K posts
- 2. Fani Willis 9,854 posts
- 3. Golesh 1,761 posts
- 4. Trumplican 2,552 posts
- 5. Hong Kong 15.4K posts
- 6. Stranger Things 156K posts
- 7. #TejRan 4,112 posts
- 8. Elijah Moore N/A
- 9. Riker N/A
- 10. Khabib 5,778 posts
- 11. Pete Skandalakis N/A
- 12. Ruth 13.9K posts
- 13. Tom Hardy N/A
- 14. #wednesdaymotivation 6,546 posts
- 15. Nuns 10.2K posts
- 16. #Wednesdayvibe 3,485 posts
- 17. Karoline Leavitt 28.1K posts
- 18. Ribs 11.6K posts
- 19. NextNRG Inc N/A
- 20. #WednesdayWisdom 1,173 posts