#usingstdcpp результаты поиска

@odinthenerd is talking about variants of variants at #usingstdcpp.

usingstdcpp's tweet image. @odinthenerd is talking about variants of variants at #usingstdcpp.

Amazing explanation of C++20 Concepts at #usingstdcpp

iperez97's tweet image. Amazing explanation of C++20 Concepts at #usingstdcpp

Very interesting presentation on C++ use cases. #usingstdcpp

usingstdcpp's tweet image. Very interesting presentation on C++ use cases.

#usingstdcpp

Victor Pérez from @codeplaysoft is introducing SYCL at #usingstdcpp

usingstdcpp's tweet image. Victor Pérez from @codeplaysoft is introducing SYCL at #usingstdcpp

@hankadusikova presenting her keynote What we’ve been awaiting for? at #usingstdcpp

usingstdcpp's tweet image. @hankadusikova presenting her keynote What we’ve been awaiting for? at #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

Hector_M_L's tweet image. ¿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

MPalomaD's tweet image. 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

usingstdcpp's tweet image. @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 👏🏼👏🏼

MPalomaD's tweet image. 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

TechAtBloomberg's tweet image. 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

TechAtBloomberg's tweet image. 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

TechAtBloomberg's tweet image. 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

Glad to be back in Leganes for #usingstdcpp 2023


#usingstdcpp 2023 video uploaded What is Low Latency C++ - Timur Doumler How should you write low latency software in c++ youtu.be/jjDolw1PIsM

usingstdcpp's tweet card. What is Low Latency C++ Timur Doumler

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

usingstdcpp's tweet card. Dependency injection Why does shared ptr use type erasure Jan...

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

usingstdcpp's tweet card. Still more variants of variant - Odin Holmes

youtube.com

YouTube

Still more variants of variant - Odin Holmes


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

CppCon's tweet card. The Hidden Power of C++23 std::stacktrace for Faster Debugging &...

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…

SwedenCpp's tweet card. The Hidden Power of C++23 std::stacktrace for Faster Debugging &...

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

TechAtBloomberg's tweet image. 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

usingstdcpp's tweet image. @diegorlosada and Luis Caro are presenting Unlock the power of Conan 2: Fifteen new features you didn’t know about! at #usingstdcpp

@hankadusikova presenting her keynote What we’ve been awaiting for? at #usingstdcpp

usingstdcpp's tweet image. @hankadusikova presenting her keynote What we’ve been awaiting for? 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

TechAtBloomberg's tweet image. 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

TechAtBloomberg's tweet image. 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.

mikulasflorek's tweet image. 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

usingstdcpp's tweet card. What is Low Latency C++ Timur Doumler

youtube.com

YouTube

What is Low Latency C++ Timur Doumler


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

usingstdcpp's tweet card. Still more variants of variant - Odin Holmes

youtube.com

YouTube

Still more variants of variant - Odin Holmes


Our own @jgsogo talking about ABI compatibility at #usingstdcpp

conan_io's tweet image. Our own @jgsogo talking about ABI compatibility at #usingstdcpp

Algunas recomendaciones de @mkrevuelta para desarrollar librerías en C++ en #usingstdcpp

fgutierrez_'s tweet image. Algunas recomendaciones de @mkrevuelta para desarrollar librerías en C++ en #usingstdcpp
fgutierrez_'s tweet image. Algunas recomendaciones de @mkrevuelta para desarrollar librerías en C++ en #usingstdcpp

@jgsogo de @jfrog nos cuenta los retos de la compatibilidad binaria en #usingstdcpp

fgutierrez_'s tweet image. @jgsogo de @jfrog nos cuenta los retos de la compatibilidad binaria en #usingstdcpp

Mateusz Pusz talking about units at #usingstdcpp

usingstdcpp's tweet image. Mateusz Pusz talking about units at #usingstdcpp

Victor Pérez from @codeplaysoft is introducing SYCL at #usingstdcpp

usingstdcpp's tweet image. Victor Pérez from @codeplaysoft is introducing SYCL at #usingstdcpp

@hatcat01 presenting standard linear algebra for C++ in games #usingstdcpp

lmsan_'s tweet image. @hatcat01 presenting standard linear algebra for C++ in games #usingstdcpp

Dietario Kuhl starts a live código on cotoutines at #usingstdcpp

usingstdcpp's tweet image. Dietario Kuhl starts a live código on cotoutines at #usingstdcpp

Very interesting presentation on C++ use cases. #usingstdcpp

usingstdcpp's tweet image. Very interesting presentation on C++ use cases.

#usingstdcpp

@sinusoidalen "The most valuable values". C++ value semantics and a bit of philosophy at #usingstdcpp

conan_io's tweet image. @sinusoidalen "The most valuable values". C++ value semantics and a bit of philosophy at #usingstdcpp

@odinthenerd is talking about variants of variants at #usingstdcpp.

usingstdcpp's tweet image. @odinthenerd is talking about variants of variants at #usingstdcpp.

Loading...

Something went wrong.


Something went wrong.


United States Trends