Search
1000 results for “cpp”
-
C++ coroutines are a game-changer for asynchronous programming. But trying to grasp them can be pretty tough. Join my self-study course and finally make asynchronous programming work for you!
-
C++ coroutines are a game-changer for asynchronous programming. But trying to grasp them can be pretty tough. Join my self-study course and finally make asynchronous programming work for you!
-
Combined, public pensions, including CPP, have more than US$2.5 billion invested in ICE contractors. the Canada Pension Plan (CPP) is quietly investing those very savings into Trump’s terror project south of the border.
A breaking report from Stand.Earth confirms that the CPP has major investments in contractors that prop up ICE.
Will you sign this petition now demanding that the CPP divest from ICE?
#cpp #pensions #ICE #canadapension -
There's also std::execution, which — if I understand correctly — contains a standard equivalent to Qt's signal/slot system?
-
Reflection: C++’s decade-defining rocket engine — Herb Sutter @ CppCon 2025
https://www.youtube.com/watch?v=7z9NNrRDHQU
If I understand this correctly, this is going to be good news for Qt/Plasma's performance as Qt basically reimplemented a reflection/metaprogramming system with QMetaObject.
-
Elo! Wrzucamy zaległości do odsłuchu na mixcloud i soundcloud. tytus.cpp zwalnia tempo w audycji Mam to na Winylu, a Guilltee opowiada o historii brytyjskiej kultury rave w drugiej części swojego streamu.
#electronicmusic #jungle #darkside
#jazz #funkhttps://soundcloud.com/cppradio/historia-brytyjskiej-kultury
https://soundcloud.com/cppradio/mam-to-na-winylu-electronica
-
Elo! Wrzucamy zaległości do odsłuchu na mixcloud i soundcloud. tytus.cpp zwalnia tempo w audycji Mam to na Winylu, a Guilltee opowiada o historii brytyjskiej kultury rave w drugiej części swojego streamu.
#electronicmusic #jungle #darkside
#jazz #funkhttps://soundcloud.com/cppradio/historia-brytyjskiej-kultury
https://soundcloud.com/cppradio/mam-to-na-winylu-electronica
-
Elo! Wrzucamy zaległości do odsłuchu na mixcloud i soundcloud. tytus.cpp zwalnia tempo w audycji Mam to na Winylu, a Guilltee opowiada o historii brytyjskiej kultury rave w drugiej części swojego streamu.
#electronicmusic #jungle #darkside
#jazz #funkhttps://soundcloud.com/cppradio/historia-brytyjskiej-kultury
https://soundcloud.com/cppradio/mam-to-na-winylu-electronica
-
Elo! Wrzucamy zaległości do odsłuchu na mixcloud i soundcloud. tytus.cpp zwalnia tempo w audycji Mam to na Winylu, a Guilltee opowiada o historii brytyjskiej kultury rave w drugiej części swojego streamu.
#electronicmusic #jungle #darkside
#jazz #funkhttps://soundcloud.com/cppradio/historia-brytyjskiej-kultury
https://soundcloud.com/cppradio/mam-to-na-winylu-electronica
-
Elo! Wrzucamy zaległości do odsłuchu na mixcloud i soundcloud. tytus.cpp zwalnia tempo w audycji Mam to na Winylu, a Guilltee opowiada o historii brytyjskiej kultury rave w drugiej części swojego streamu.
#electronicmusic #jungle #darkside
#jazz #funkhttps://soundcloud.com/cppradio/historia-brytyjskiej-kultury
https://soundcloud.com/cppradio/mam-to-na-winylu-electronica
-
On my way back from #WG21 in Croydon/London. #cpp26 is done. Notable change that I got through: You don't have to wonder anymore what difference there is between `constant_arg` and `constant_wrapper`. Only the latter remains. And `constant_wrapper` now works as a function-wrapper, too (passing a callable as constant expression via function argument).
And—somewhat sad—but `simd::vec<float>(...) * 2` won't compile anymore. I'll have to update GCC16 accordingly. -
Изучаем ООП на C++! В выпуске — объектная модель, инкапсуляция и жизненный цикл объектов с понятными примерами. Отлично для студентов и практиков, кто хочет укрепить базу и писать код грамотнее. Загляните и прокачайте навыки! #cpp #Cplusplus #ООП #OOP #Инкапсуляция #ОбъектнаяМодель #Программирование #Russian
https://video.lernado-base.ru/videos/watch/83a10b29-25f3-489a-a8e1-69baece7f479 -
Изучаем ООП на C++! В выпуске — объектная модель, инкапсуляция и жизненный цикл объектов с понятными примерами. Отлично для студентов и практиков, кто хочет укрепить базу и писать код грамотнее. Загляните и прокачайте навыки! #cpp #Cplusplus #ООП #OOP #Инкапсуляция #ОбъектнаяМодель #Программирование #Russian
https://video.lernado-base.ru/videos/watch/83a10b29-25f3-489a-a8e1-69baece7f479 -
std::simd "Hello World" on Compiler Explorer:
https://compiler-explorer.com/z/nTK4xc96f -
Out of curiosity, I tried to replicate this same CSS Grid pattern in QML using GridLayout and responsive layouts using States
-
Out of curiosity, I tried to replicate this same CSS Grid pattern in QML using GridLayout and responsive layouts using States
-
Out of curiosity, I tried to replicate this same CSS Grid pattern in QML using GridLayout and responsive layouts using States
-
I indulged myself today and got C++ Software Design: Design Principles and Patterns for High-Quality Software.
I always really really enjoyed Klaus Iglberger's talks on CppCon and Meeting C++.
Some people consider this book a worthy successor to the Gang of Four's famous book and I have high expectations, let's see how it goes.
-
Recently, I made a stupid mistake that made me think about the way C++ APIs handle dependencies and what we can do to prevent dangling references and lifetime issues. 🤔
It was a surprisingly fun topic to explore that led me to the discovery of a very cool static analysis tool. Can you guess which one? 😎
You can find out in the article I wrote about the topic here:
➤ https://medium.com/@nerudaj/type-safe-dependency-management-in-c-a293703f00ff -
Recently, I made a stupid mistake that made me think about the way C++ APIs handle dependencies and what we can do to prevent dangling references and lifetime issues. 🤔
It was a surprisingly fun topic to explore that led me to the discovery of a very cool static analysis tool. Can you guess which one? 😎
You can find out in the article I wrote about the topic here:
➤ https://medium.com/@nerudaj/type-safe-dependency-management-in-c-a293703f00ff -
Recently, I made a stupid mistake that made me think about the way C++ APIs handle dependencies and what we can do to prevent dangling references and lifetime issues. 🤔
It was a surprisingly fun topic to explore that led me to the discovery of a very cool static analysis tool. Can you guess which one? 😎
You can find out in the article I wrote about the topic here:
➤ https://medium.com/@nerudaj/type-safe-dependency-management-in-c-a293703f00ff -
Recently, I made a stupid mistake that made me think about the way C++ APIs handle dependencies and what we can do to prevent dangling references and lifetime issues. 🤔
It was a surprisingly fun topic to explore that led me to the discovery of a very cool static analysis tool. Can you guess which one? 😎
You can find out in the article I wrote about the topic here:
➤ https://medium.com/@nerudaj/type-safe-dependency-management-in-c-a293703f00ff -
C++ Insights - Episode 72: Why you should never call a virtual member function in a constructor
In this episode, you'll learn by example why you should never call a virtual member function from a constructor.
-
You might have seen that, I'm producing the C++ Insights YouTube channel https://www.youtube.com/@andreas_fertig. There, I aim to explain various C++ elements, using https://cppinsights.io. This is where you come in. What is it that you want me to dive in for you?
-
Check out my post, "Evaluation order in C++", you learn about the evaluation order in C++.
https://andreasfertig.com/blog/2023/05/evaluation-order-in-cpp-and-uniform-initialization/
-
If your devices still run Windows CE, now is the time to plan the transition. The guide by Miłosz Kosobucki (KDAB) outlines practical approaches to migrating business logic, UI frameworks, and OS/hardware integrations to modern Embedded Linux platforms.
📄 Download the whitepaper:
https://www.kdab.com/windowsce-to-embedded-linux-migration/#Cpp #QtDev #Embedded #UI #Wince #WindowsCE #Linux #EmbeddedLinux
-
If your devices still run Windows CE, now is the time to plan the transition. The guide by Miłosz Kosobucki (KDAB) outlines practical approaches to migrating business logic, UI frameworks, and OS/hardware integrations to modern Embedded Linux platforms.
📄 Download the whitepaper:
https://www.kdab.com/windowsce-to-embedded-linux-migration/#Cpp #QtDev #Embedded #UI #Wince #WindowsCE #Linux #EmbeddedLinux
-
If your devices still run Windows CE, now is the time to plan the transition. The guide by Miłosz Kosobucki (KDAB) outlines practical approaches to migrating business logic, UI frameworks, and OS/hardware integrations to modern Embedded Linux platforms.
📄 Download the whitepaper:
https://www.kdab.com/windowsce-to-embedded-linux-migration/#Cpp #QtDev #Embedded #UI #Wince #WindowsCE #Linux #EmbeddedLinux
-
If your devices still run Windows CE, now is the time to plan the transition. The guide by Miłosz Kosobucki (KDAB) outlines practical approaches to migrating business logic, UI frameworks, and OS/hardware integrations to modern Embedded Linux platforms.
📄 Download the whitepaper:
https://www.kdab.com/windowsce-to-embedded-linux-migration/#Cpp #QtDev #Embedded #UI #Wince #WindowsCE #Linux #EmbeddedLinux