#cpp23 search results

[#cpp20/#cpp23] Memory allocators - stack_allocator - huge_page_allocator - numa_allocator github.com/qlibs/mem Supports #cpp23 - wg21.link/P0401

krisjusiak's tweet image. [#cpp20/#cpp23] Memory allocators
- stack_allocator
- huge_page_allocator
- numa_allocator

github.com/qlibs/mem

Supports #cpp23 - wg21.link/P0401
krisjusiak's tweet image. [#cpp20/#cpp23] Memory allocators
- stack_allocator
- huge_page_allocator
- numa_allocator

github.com/qlibs/mem

Supports #cpp23 - wg21.link/P0401

A day to remember forever #CPP23

errttwa's tweet image. A day to remember forever 
#CPP23

إذا كنت في قومٍ فصاحب خيارهم ولا تصحب الأردى فتردى مع الرَّدي يشهد الله أحبكم مرة ❤️❤️❤️ #CPP23

equvy's tweet image. إذا كنت في قومٍ فصاحب خيارهم 
ولا تصحب الأردى فتردى مع الرَّدي 

يشهد الله أحبكم مرة ❤️❤️❤️ #CPP23
equvy's tweet image. إذا كنت في قومٍ فصاحب خيارهم 
ولا تصحب الأردى فتردى مع الرَّدي 

يشهد الله أحبكم مرة ❤️❤️❤️ #CPP23
equvy's tweet image. إذا كنت في قومٍ فصاحب خيارهم 
ولا تصحب الأردى فتردى مع الرَّدي 

يشهد الله أحبكم مرة ❤️❤️❤️ #CPP23

onto the next chapter... #cpp23

sultanahalessa's tweet image. onto the next chapter... #cpp23
sultanahalessa's tweet image. onto the next chapter... #cpp23
sultanahalessa's tweet image. onto the next chapter... #cpp23
sultanahalessa's tweet image. onto the next chapter... #cpp23

يوم جميل❤️ لقاء رائع مع أخواني من دفعة #CPP23 الله يجمعنا على المحبة جميع❤️


ㅋㅋ 이게뭐임 #cpp23

Harunene's tweet image. ㅋㅋ 이게뭐임 #cpp23

رفيق الدرب 🤍 #cpp23

AlsaabAziz_'s tweet image. رفيق الدرب 🤍
#cpp23
AlsaabAziz_'s tweet image. رفيق الدرب 🤍
#cpp23

수많은 C++책이 hello world 부터 다시 쓰여야할듯... #cpp23

Harunene's tweet image. 수많은 C++책이 hello world 부터 다시 쓰여야할듯... #cpp23

أستقبل التبريكات 🥹🫶🏻🤍🤍🤍🤍🤍 الحمدلله حمدا كثيرًا طيبًا مباركًا فيه 💞 #AP #APs #cpp23

lemmooo_'s tweet image. أستقبل التبريكات 🥹🫶🏻🤍🤍🤍🤍🤍
الحمدلله حمدا كثيرًا طيبًا مباركًا فيه 💞

 #AP #APs #cpp23

Welcome to Manchester #CPP23! 🏙✨

deemah_hk's tweet image. Welcome to Manchester #CPP23! 🏙✨
deemah_hk's tweet image. Welcome to Manchester #CPP23! 🏙✨

[C++23] constexpr std::function in 40 LOC (simplified) godbolt.org/z/Pq4bcKvPv #cpp23 #cplusplus

krisjusiak's tweet image. [C++23] constexpr std::function in 40 LOC (simplified)
godbolt.org/z/Pq4bcKvPv
#cpp23 #cplusplus

Bro, why are you using "noexcept" in a C codebase? For optimal code generation, because the C++ standard makes no assumption about an extern "C" function not throwing exceptions, since it could be a C++ function with C linkage. #cpp #cppsfact #cpp23

falco_girgis's tweet image. Bro, why are you using "noexcept" in a C codebase? For optimal code generation, because the C++ standard makes no assumption about an extern "C" function not throwing exceptions, since it could be a C++ function with C linkage. #cpp #cppsfact #cpp23

std::views::enumerate() - at last!!! - P2164R9 But why the weird name? #cpp #cpp23

mrkkrj's tweet image. std::views::enumerate() - at last!!! - P2164R9
But why the weird name? #cpp #cpp23

The @isocpp committee has approved to send DIS (Draft International Standard) for C++23 to ISO for final approval. Happy to have been part of the process this is the fifth update in 12 years (one every 3 years). Thanks to all my colleages for the good hard work done. #cpp23

jdgarciauc3m's tweet image. The @isocpp committee has approved to send DIS (Draft International Standard) for C++23 to ISO for final approval.

Happy to have been part of the process this is the fifth update in 12 years (one every 3 years). 

Thanks to all my colleages for the good hard work done.

#cpp23

OMG FINALLY DID IT!!!! My sacred quest for C/C++ compiler-driven thread-local storage on the Sega #Dreamcast is over!!! This one was HELL to figure out, but it's VERY FAST and is incredibly useful for concurrency. #cpp23 #retrocomputing github.com/KallistiOS/Kal…

falco_girgis's tweet image. OMG FINALLY DID IT!!!! My sacred quest for C/C++ compiler-driven thread-local storage on the Sega #Dreamcast is over!!! This one was HELL to figure out, but it's VERY FAST and is incredibly useful for concurrency. #cpp23 #retrocomputing
github.com/KallistiOS/Kal…

Compile-time polymorphic abstraction that can swap between using C/C++ compiler-level and OS-level thread-local storage based on target platform... So I can leverage the fast path on Sega #Dreamcast and others but still run on the PSP and PSVita without static TLS. #cpp23

falco_girgis's tweet image. Compile-time polymorphic abstraction that can swap between using C/C++ compiler-level and OS-level thread-local storage based on target platform... So I can leverage the fast path on Sega #Dreamcast and others but still run on the PSP and PSVita without static TLS.  #cpp23

Pheeeeew! Spent all afternoon wading through std::future<> templates in the C++ stdlib trying to figure out why std::async() was deadlocking... But does it run on the Sega #Dreamcast? It does now! #cpp23 #retrocomputing

falco_girgis's tweet image. Pheeeeew! Spent all afternoon wading through std::future&amp;lt;&amp;gt; templates in the C++ stdlib trying to figure out why std::async() was deadlocking... But does it run on the Sega #Dreamcast? It does now! #cpp23 #retrocomputing

Raising the resolution of C, C++ and POSIX date/time calls for Sega #Dreamcast. Problem is the timer peripherals only have MS resolution, so we're attempting to use the undocumented SH4 performance counters... and errr... we're having some issues with synchronicity. ;) #cpp23

falco_girgis's tweet image. Raising the resolution of C, C++ and POSIX date/time calls for Sega #Dreamcast. Problem is the timer peripherals only have MS resolution, so we&apos;re attempting to use the undocumented SH4 performance counters... and errr... we&apos;re having some issues with synchronicity. ;) #cpp23
falco_girgis's tweet image. Raising the resolution of C, C++ and POSIX date/time calls for Sega #Dreamcast. Problem is the timer peripherals only have MS resolution, so we&apos;re attempting to use the undocumented SH4 performance counters... and errr... we&apos;re having some issues with synchronicity. ;) #cpp23

On today's episode of "Will it run on my Sega #Dreamcast?" We have C++20 concurrency with jthreads, barriers, and coroutines! #cpp23 #retrocomputing

falco_girgis's tweet image. On today&apos;s episode of &quot;Will it run on my Sega #Dreamcast?&quot; We have C++20 concurrency with jthreads, barriers, and coroutines! #cpp23 #retrocomputing

RAD Studio 13 : C++ Enhancements In addition to C++23, C++Builder 13 offers an improved Address Sanitizer runtime, versioned shared libraries, and improved compatibility prior versions of the compiler. code-partners.com/goto/?topic=ra… #radstudio #cpp23 #cppbuilder #llvm

code_partners's tweet image. RAD Studio 13 : C++ Enhancements

In addition to C++23, C++Builder 13 offers an improved Address Sanitizer runtime, versioned shared libraries, and improved compatibility prior versions of the compiler.

code-partners.com/goto/?topic=ra…

#radstudio #cpp23 #cppbuilder #llvm

Did you know about the C++ Insights YouTube channel? youtube.com/@andreas_fertig You get a new video there every third Wednesday of the month. The next video goes out in less than 24 hours! #cppinsights #cpp #cpp23


C++ Insights - Episode 67: C++23: Why if consteval can make your code better In this episode, you'll learn how C++23's if consteval helps you avoiding mistakes. youtu.be/9bHSiqXZhFI #cppinsights #cpp #cpp23

Andreas__Fertig's tweet card. C++ Insights - Episode 67: C++23: Why if consteval can make your code...

youtube.com

YouTube

C++ Insights - Episode 67: C++23: Why if consteval can make your code...


C++ Insights - Episode 66: How C++23 handles temporary objects in range-based for-loops In this episode, you'll learn how C++23 reduces undefined behavior in range-based for-loops for you. youtu.be/ay8BnkWKKWA #cppinsights #cpp #cpp23

Andreas__Fertig's tweet card. C++ Insights - Episode 66: How C++23 handles temporary objects in...

youtube.com

YouTube

C++ Insights - Episode 66: How C++23 handles temporary objects in...


Did you know about the C++ Insights YouTube channel? youtube.com/@andreas_fertig You get a new video there every third Wednesday of the month. The next video goes out in less than 24 hours! #cppinsights #cpp #cpp23


Did you know about the C++ Insights YouTube channel? youtube.com/@andreas_fertig You get a new video there every third Wednesday of the month. The next video goes out in less than 24 hours! #cppinsights #cpp #cpp23


Just saw that C++23 is (basically) here! Interesting that they're still adding features instead of focusing on compiler support for existing ones. Anyone else feel that way? #cpp #cpp23


Dei uma atualizada no meu Neovim para gerar código inicial =) #CPP23 #cpp

TerminalRootTV's tweet image. Dei uma atualizada no meu Neovim para gerar código inicial =) #CPP23 #cpp

The @cppnow conference thanks @TechAtBloomberg for being a Gold Sponsor in 2025! Their generous support helped us provide an incredible program of advanced C++ content! #Cplusplus #Cpp20 #Cpp23 #Cppnow

cppnow's tweet image. The @cppnow conference thanks @TechAtBloomberg for being a Gold Sponsor in 2025!

Their generous support helped us provide an incredible program of advanced C++ content!

#Cplusplus #Cpp20 #Cpp23 #Cppnow

The @cppnow conference thanks @TechAtBloomberg for being a Video Sponsor in 2025! Thanks to their support, we had an amazing 3-track program this year, and will soon have videos to share with the world! #Cplusplus #Cpp20 #Cpp23 #Cppnow

cppnow's tweet image. The @cppnow conference thanks @TechAtBloomberg for being a Video Sponsor in 2025!

Thanks to their support, we had an amazing 3-track program this year, and will soon have videos to share with the world!

#Cplusplus #Cpp20 #Cpp23 #Cppnow

C++Now thanks @thinkcell for being a Track Sponsor in 2025! Thanks to their support, we had an amazing 3-track program this year, and will soon have videos to share with the world! #Cplusplus #Cpp20 #Cpp23 #Cpp26 #Cppnow

cppnow's tweet image. C++Now thanks @thinkcell for being a Track Sponsor in 2025!

Thanks to their support, we had an amazing 3-track program this year, and will soon have videos to share with the world!

#Cplusplus #Cpp20 #Cpp23 #Cpp26 #Cppnow

C++Now thanks @thinkcell for being a Track Sponsor in 2025! Thanks to their support, we had an outstanding 3-track program this week! #Cplusplus #Cpp20 #Cpp23 #Cpp26 #Cppnow

cppnow's tweet image. C++Now thanks @thinkcell for being a Track Sponsor in 2025!

Thanks to their support, we had an outstanding 3-track program this week!

#Cplusplus #Cpp20 #Cpp23 #Cpp26 #Cppnow

The @cppnow conference thanks @TechAtBloomberg for being a Gold Sponsor in 2025! Thanks to their support, we are having an outstanding 3-track program this week! #Cplusplus #Cpp20 #Cpp23 #Cppnow

cppnow's tweet image. The @cppnow conference thanks @TechAtBloomberg for being a Gold Sponsor in 2025!

Thanks to their support, we are having an outstanding 3-track program this week!

#Cplusplus #Cpp20 #Cpp23 #Cppnow

The @cppnow conference thanks @TechAtBloomberg for being a Video Sponsor in 2025! Their support is helping us provide an incredible program of advanced C++ content this week! #Cplusplus #Cpp20 #Cpp23 #Cppnow

cppnow's tweet image. The @cppnow conference thanks @TechAtBloomberg for being a Video Sponsor in 2025!

Their support is helping us provide an incredible program of advanced C++ content this week!

#Cplusplus #Cpp20 #Cpp23 #Cppnow

C++Now thanks @thinkcell for being a Track Sponsor in 2025!   Their support is helping us provide an incredible program of advanced C++ content this week! #Cplusplus #Cpp20 #Cpp23 #Cpp26 #Cppnow

cppnow's tweet image. C++Now thanks @thinkcell for being a Track Sponsor in 2025!
 
Their support is helping us provide an incredible program of advanced C++ content this week!

#Cplusplus #Cpp20 #Cpp23 #Cpp26 #Cppnow

The @cppnow conference thanks @TechAtBloomberg for being a Gold Sponsor in 2025! Their support helped us get off to a great start this year, bringing some of the best speakers in the C++ community to Aspen! #Cplusplus #Cpp20 #Cpp23 #Cppnow

cppnow's tweet image. The @cppnow conference thanks @TechAtBloomberg for being a Gold Sponsor in 2025!

Their support helped us get off to a great start this year, bringing some of the best speakers in the C++ community to Aspen!

#Cplusplus #Cpp20 #Cpp23 #Cppnow

The @cppnow conference thanks @TechAtBloomberg for being a Video Sponsor in 2025! Their support helped get us off to a great start this year creating exciting new C++ content! #Cplusplus #Cpp20 #Cpp23 #Cppnow

cppnow's tweet image. The @cppnow conference thanks @TechAtBloomberg for being a Video Sponsor in 2025!

Their support helped get us off to a great start this year creating exciting new C++ content!

#Cplusplus #Cpp20 #Cpp23 #Cppnow

The @cppnow conference is excited to welcome @TechAtBloomberg as a Gold Sponsor in 2025! Their support helps us provide the most advanced C++ content around! #Cplusplus #Cpp20 #Cpp23 #Cppnow

cppnow's tweet image. The @cppnow conference is excited to welcome @TechAtBloomberg as a Gold Sponsor in 2025!

Their support helps us provide the most advanced C++ content around!

#Cplusplus #Cpp20 #Cpp23 #Cppnow

The @cppnow conference is excited to welcome @TechAtBloomberg as a Video Sponsor in 2025! Their support helps us create and deliver amazing C++ content! #Cplusplus #Cpp20 #Cpp23 #Cppnow

cppnow's tweet image. The @cppnow conference is excited to welcome @TechAtBloomberg as a Video Sponsor in 2025!

Their support helps us create and deliver amazing C++ content!

#Cplusplus #Cpp20 #Cpp23 #Cppnow

No results for "#cpp23"
Loading...

Something went wrong.


Something went wrong.


United States Trends