Marek Krajewski (@mrkkrj) 's Twitter Profile
Marek Krajewski

@mrkkrj

C++ (et al), Author of @BookQt5, Conference Speaker. 🇵🇱 Guy (Podkarpacie!), Slytherin, Aikido black-belt, pow Skier. Mи з вами 🇺🇦!

ID: 88777123

linkhttp://ib-krajewski.blogspot.com calendar_today09-11-2009 22:16:27

11,11K Tweet

996 Takipçi

125 Takip Edilen

Marek Krajewski (@mrkkrj) 's Twitter Profile Photo

every tool I see seems to state "written in Rust" and how much better it is than some C++ predecessor. - dear Rust people, I really do not care what language is used to provide functionality, I'm just looking for how useful it is. 😡

Meeting C++ (@meetingcpp) 's Twitter Profile Photo

Book of the Day: Software Architecture with C++ by Adrian Ostrowski and Piotr Gaczkowski meetingcpp.com/mcpp/books/boo… #cplusplus #cpp

Marek Krajewski (@mrkkrj) 's Twitter Profile Photo

"With Qt 6.10 you will be able to integrate standard C++ data structures into Qt Quick and Qt Widgets UIs without implementing your own QAbstractItemModel. And perhaps you can skip the next repetitive implementation of QAbstractItemModel entirely and let the compiler do the work

Marek Krajewski (@mrkkrj) 's Twitter Profile Photo

"The unchecked access context deliberately bypasses visibility rules, allowing comparison of private and protected members. This reflection vector is then wrapped in std::define_static_array, which materializes it into a static array, making it iterable in a compile-time loop..."

Marek Krajewski (@mrkkrj) 's Twitter Profile Photo

You daily dose of Rust bashing: "That vulnerability (which could take down an entire system) is due to memory corruption in the "memory safe" Rust code..."

Daniel Lemire (@lemire) 's Twitter Profile Photo

The simdutf library is a Unicode/base64 library part of mainstream browsers and JavaScript runtimes. The latest version 8.0.0 brings in a complete compile-time interface (constexpr) so that you can transcode or validate inputs at compile time. E.g., in C++, you can now do the

Marek Krajewski (@mrkkrj) 's Twitter Profile Photo

What C++ Insights can do for you? - it shows lifetime spans for your variables! 👍 Plus lesson learned (or forgotten and re-learned 😇): changed C++23 to C++20 behaviour when looping over a collection! Source: youtube.com/watch?v=ay8Bnk… #cpp #cpp20 #cpp23 #TIRL

What C++ Insights can do for you?
 - it shows lifetime spans for your variables! 👍
Plus lesson learned (or forgotten and re-learned 😇): changed C++23 to C++20 behaviour when looping over a collection!
Source: youtube.com/watch?v=ay8Bnk… #cpp #cpp20 #cpp23 #TIRL
Marek Krajewski (@mrkkrj) 's Twitter Profile Photo

Arena allocators? we have things like that in standard - std::pmr::monotonic_buffer_resource ever heard of that? If not, maybe check out my past Meeting C++ presentation: github.com/mrkkrj/present… #cpp #cpp20 #pmr

Marek Krajewski (@mrkkrj) 's Twitter Profile Photo

just reading along, and then I see that: 👏👏👏 "Opinion: if a team is going to use C++ in firmware, but they refuse span, chrono, and constexpr, they should seriously consider staying in C. Half-modern C++ is where complexity grows and benefits vanish." source: