Sabitlenmiş Tweet
Benjamin M
412 posts

Benjamin M
@padget13
#cpp/#c. https://t.co/MX0i8mQMIY
Villeurbanne, France Katılım Mart 2014
252 Takip Edilen142 Takipçiler

@stephentyrone @horenmar_ctu @vzverovich when you know what you do, c++ is vert powerfull and not a source of bugs.
English

@lesjoiesducode Bienvenue au club. Mais crois moi des jumeaux c'est bien pire... Depuis deux mois 😵
Français

Today I begin à New project Raccoon : an overset language based on c with constructor and destructor github.com/padget/raccoon
English
Benjamin M retweetledi

Welcome GCC 11.2! Lots of improvements and bug fixes. Solid. Robust. #GCC gcc.gnu.org/pipermail/gcc/…
English

@olafurw I write my own standart lib to replace some features like vector for performance. It's incredibly faster and fun to do !
English
Benjamin M retweetledi

Benjamin M retweetledi

In my latest blog post, "C++20: A neat trick with consteval", I'm showing you how C++20 gives you even more power at compile-time.
bit.ly/3ylNfV4
#cplusplus #cpp20 #cpp
English
Benjamin M retweetledi

#fmtlib the assembly code generated is not complete. Where is the call fmt::v7::vprint binary code (all fmt assembly :D)?. Here is just the main without the rest !

English

@vzverovich OK i understand. It is just to show how the generated assembly is not impacted by this call. It would interesting if we can see all binary generated behind this call to show performance of code
English

@padget13 godbolt.org/z/dPMdxPqMq - notice that library functions are not filtered here, this is indeed all the code that is emitted per formatting function call. The rest is part of the library itself.
English

#cplusplus
Which C++ features inherited from C would you like to remove?
Kind of:
* enum (no 'enum class')
* NULL (keeping only 'nullptr')
* Probably raw pointers, though I dont know what would replace them at a lower level
Ideas?
@Cor3ntin @olafurw @vzverovich
English


