home.social

Search

1000 results for “cpp”

  1. 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!

    fertig.to/slcoro

  2. 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!

    fertig.to/slcoro

    #cpp20 #programming #coroutines #cpp

  3. 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

    leadnow.ca/campaigns/cpp-ice-p

  4. There's also std::execution, which — if I understand correctly — contains a standard equivalent to Qt's signal/slot system?

    #programing #cpp

  5. Reflection: C++’s decade-defining rocket engine — Herb Sutter @ CppCon 2025

    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.

    #programing #cpp

  6. 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 #funk

    soundcloud.com/cppradio/histor

    soundcloud.com/cppradio/mam-to

  7. 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 #funk

    soundcloud.com/cppradio/histor

    soundcloud.com/cppradio/mam-to

  8. 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 #funk

    soundcloud.com/cppradio/histor

    soundcloud.com/cppradio/mam-to

  9. 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 #funk

    soundcloud.com/cppradio/histor

    soundcloud.com/cppradio/mam-to

  10. 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 #funk

    soundcloud.com/cppradio/histor

    soundcloud.com/cppradio/mam-to

  11. 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.

  12. In episode 2 of the CLion series, Jesper Pedersen shows how to replicate Qt Creator’s Ctrl+K locator in CLion via “Search Everywhere” including keybinding customization, class-focused search, and reuse of editor selections for fast navigation. #QtDev #CLion #Cpp

    youtube.com/watch?v=rQJCnlBruHE

  13. Изучаем ООП на C++! В выпуске — объектная модель, инкапсуляция и жизненный цикл объектов с понятными примерами. Отлично для студентов и практиков, кто хочет укрепить базу и писать код грамотнее. Загляните и прокачайте навыки! #cpp #Cplusplus #ООП #OOP #Инкапсуляция #ОбъектнаяМодель #Программирование #Russian
    video.lernado-base.ru/videos/w

  14. Изучаем ООП на C++! В выпуске — объектная модель, инкапсуляция и жизненный цикл объектов с понятными примерами. Отлично для студентов и практиков, кто хочет укрепить базу и писать код грамотнее. Загляните и прокачайте навыки! #cpp #Cplusplus #ООП #OOP #Инкапсуляция #ОбъектнаяМодель #Программирование #Russian
    video.lernado-base.ru/videos/w

  15. Out of curiosity, I tried to replicate this same CSS Grid pattern in QML using GridLayout and responsive layouts using States

    #Cpp #CPlusPlus #Qt #QtQuick #QML

  16. Out of curiosity, I tried to replicate this same CSS Grid pattern in QML using GridLayout and responsive layouts using States

    #Cpp #CPlusPlus #Qt #QtQuick #QML

  17. Out of curiosity, I tried to replicate this same CSS Grid pattern in QML using GridLayout and responsive layouts using States

    #Cpp #CPlusPlus #Qt #QtQuick #QML

  18. 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.

    #Cpp #CPlusPlus #CppCon #MeetingCpp

  19. 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:
    medium.com/@nerudaj/type-safe-

    #cpp #StaticAnalysis #SoftwareEngineering

  20. 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:
    medium.com/@nerudaj/type-safe-

    #cpp #StaticAnalysis #SoftwareEngineering

  21. 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:
    medium.com/@nerudaj/type-safe-

    #cpp #StaticAnalysis #SoftwareEngineering

  22. 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:
    medium.com/@nerudaj/type-safe-

  23. 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.

    youtu.be/_ZvNJciCXeE

    #cppinsights #cpp #cpp11

  24. You might have seen that, I'm producing the C++ Insights YouTube channel youtube.com/@andreas_fertig. There, I aim to explain various C++ elements, using cppinsights.io. This is where you come in. What is it that you want me to dive in for you?

    #cppinsights #youtube #cpp

  25. 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:
    kdab.com/windowsce-to-embedded

    #Cpp #QtDev #Embedded #UI #Wince #WindowsCE #Linux #EmbeddedLinux

  26. 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:
    kdab.com/windowsce-to-embedded

    #Cpp #QtDev #Embedded #UI #Wince #WindowsCE #Linux #EmbeddedLinux

  27. 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:
    kdab.com/windowsce-to-embedded

    #Cpp #QtDev #Embedded #UI #Wince #WindowsCE #Linux #EmbeddedLinux

  28. 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:
    kdab.com/windowsce-to-embedded