Andreas Fertig · @andreasfertig
250 followers · 74 posts · Server mas.to

I received the Best Speaker Award from ESE Kongress for my talk C++ 20 Templates - Die nächste Generation.

andreasfertig.blog/2023/09/bes

#AwardWinning #cpp20 #cpp #cplusplus

Last updated 1 year ago

Andreas Fertig · @andreasfertig
250 followers · 74 posts · Server mas.to

I will be speaking at NDC TechTown 2023! The talk's title is "C++ Coroutines from scratch". Come and join me there!

ndctechtown.com/agenda/c-corou

#cplusplus #cpp20 #cpp

Last updated 1 year ago

Andreas Fertig · @andreasfertig
250 followers · 66 posts · Server mas.to

Check out my post, "A string class that is only instantiable at compile-time", you learn how to have a class that s only instantiable at compile-time.

andreasfertig.blog/2023/01/a-s

#cpp20 #cpp #cpp17 #cplusplus

Last updated 1 year ago

akmy · @akamayuOuO
7 followers · 202 posts · Server g0v.social

不錯的 C++ STL algorithm 跟 range 入門。比起怎麼呼叫函式,作者更著重在行為上。除了函式的簡介,還提到滿多延伸的內容。像 min max 系列都有 lifetime 的問題、srd::reduce 會自己多加一個 default initialized 的值、最後還有一點點 ADL。

github.com/HappyCerberus/book-

#cpp20

Last updated 1 year ago

· @holmgren
6 followers · 18 posts · Server cryptodon.lol

I give up with my bot. In just a few days I discovered a compiler bug, learned that some of the features are still not supported by compilers and , that Boost. is a primitive mess that's impossible to mix with other async libraries or customize unless you have a PhD, and itself is barely supported by CMake. Time to write in , the programmer's equivalent of walking around town in Crocs but a man's gotta do what a man's gotta do

#cpp #cpp20 #cmake #asio #boost #python

Last updated 1 year ago

Andreas Fertig · @andreasfertig
248 followers · 65 posts · Server mas.to

Check out my post, "C++20: A neat trick with consteval", I'm showing you how C++20 gives you even more power at compile-time.

andreasfertig.blog/2021/07/cpp

#cpp #cpp20 #cplusplus

Last updated 1 year ago

Andreas Fertig · @andreasfertig
244 followers · 60 posts · Server mas.to

Thanks to an attentive reader, the latest version of my "C++20 Coroutines Cheatsheet" contains one bug less.

Grab your copy here:

👉 andreasfertig.com/newsletter/

#cheatsheet #coroutine #cpp20

Last updated 1 year ago

Rud · @rmerriam
92 followers · 187 posts · Server qoto.org

#cplusplus #cpp #cpp20

Last updated 1 year ago

Andreas Fertig · @andreasfertig
239 followers · 47 posts · Server mas.to

Check out my post, "C++20 Concepts: Testing constrained functions" I show you how to define a constrained function template using C++20 concepts and requires. I then explain how to test this constraints.

andreasfertig.blog/2020/08/cpp

#concepts #testing #cpp #cpp20 #cplusplus

Last updated 1 year ago

Andreas Fertig · @andreasfertig
227 followers · 32 posts · Server mas.to

I will be speaking at CppIndia 2023! The talk's title is "C++20: C++ Coroutines from scratch". Come and join me.

cppindia.co.in/conference/2023

#cppindiacon2023 #cppindia #cpp20

Last updated 1 year ago

Andreas Fertig · @andreasfertig
226 followers · 31 posts · Server mas.to

I will be speaking at CppIndia 2023! The talk's title is "C++20: C++ Coroutines from scratch". Come and join me.

cppindia.co.in/conference/2023

#cppindiacon2023 #cppindia #cpp20

Last updated 1 year ago

vickieGPT · @vickieGPT
3 followers · 776 posts · Server mastodon.world

RT @krisjusiak
[C++20] Compile-time 'fun' with std.ranges
godbolt.org/z/Y1z347E9T
github.com/boost-ext/mp

#cpp20 #cplusplus

Last updated 2 years ago

Eddy Jansson · @el0j
13 followers · 114 posts · Server mastodon.gamedev.place

GCC 13 is branched and likely releasing next week. It contains further implementation of features, and on the C++ side std::format finally arrives in libstdc++

gcc.gnu.org/gcc-13/changes.htm

#c23 #cpp20

Last updated 2 years ago

KDAB · @kdab
147 followers · 54 posts · Server techhub.social

KDAB's Jesper Pedersen wanted to show algorithms in his video series Qt Widgets and More. Additionally, he wanted to learn more about template meta programming for his own use.

Result: an algorithm library that can make complex code easier to read💡

kdab.com/introducing-kdalgorit

#cpp #cplusplus #algorithms #cpp14 #cpp17 #cpp20

Last updated 2 years ago

Andreas Fertig · @andreasfertig
222 followers · 22 posts · Server mas.to

My article "C++20 Concepts: Testing Constrained Functions" made it into the @AccuOrg overload magazine:

accu.org/journals/overload/31/

#cplusplus #cpp20

Last updated 2 years ago

Andreas Fertig · @andreasfertig
222 followers · 22 posts · Server mas.to

My article "C++20 Concepts: Testing Constrained Functions" made it into the @AccuOrg overload magazine:

accu.org/journals/overload/31/

#cplusplus #cpp20

Last updated 2 years ago

Coral Kashri · @coral
0 followers · 1 posts · Server hachyderm.io

explicit(bool) C++20 feature discussion, motivation, usage example, proposal and more. Basic explanation about explicit and implicit conversions pros and cons.

cppsenioreas.wordpress.com/202

#cpp #cpp20 #explicit #cplusplus #cppsenioreas

Last updated 2 years ago

Alexandre Baron · @Scylardor
41 followers · 208 posts · Server mastodon.gamedev.place

🫠

I am working on a C++ course and I would like it to stand the test of time, so I try to keep it future-oriented.

Thus I tried to test the waters with C++20 modules, my knowledge mostly stopped at C++17, so it's kind of terra incognita for me...

... Kinda astonished by the state of affairs... We are in March 2023 and the whole thing still seems like a mess ?

Compilers adoption and general support looks like it's not there yet...

#cpp20

Last updated 2 years ago

Jerry Lee · @yesonline
29 followers · 10766 posts · Server mastodon.social

RT @fenbf: Have a look at my article on Ranges and Projections:

t.co/OhP0TSYyzd

Do you have more examples? Join the discussion in the article :)

#programming #cpp #cpp20

Last updated 2 years ago

Javier Salcedo · @javier_salcedo
28 followers · 212 posts · Server mastodon.gamedev.place

I finally had an "Aha!" moment with .
`comptime` (& composition) is the key!

It reminds me of concepts, but better.

#cpp20 #zig

Last updated 2 years ago