home.social

Search

1000 results for “cpp”

  1. Kung tunay ngang no-threat na ang #CPP #NPA #NDF why won't the #army and #airforce sacrifice their bloated budgets so we could focus on modernizing our #navy and #coastguard? You know, to effectively counter the #Chinese threat? ​:sagume_think:​

    There are only two conclusions to be drawn here: either the
    #AFP is lying (again) about our local #Maoists' capabilities, or they are scamming the #Filipino #taxpayers out of their hard-earned money. ​:seija_coffee:​

    RE:
    https://makai.chaotic.ninja/notes/9rjtq0celd

  2. Unlock the Power of Parallel Computing With SWAR (SIMD Within A Register) – Jamie Pond – C++ on Sea

    youtube.com/watch?v=4h7UZnWN67

    #cplusplus #cpp #programming #SIMD #swar

  3. Unlock the Power of Parallel Computing With SWAR (SIMD Within A Register) – Jamie Pond – C++ on Sea

    youtube.com/watch?v=4h7UZnWN67

    #cplusplus #cpp #programming #SIMD #swar

  4. Unlock the Power of Parallel Computing With SWAR (SIMD Within A Register) – Jamie Pond – C++ on Sea

    youtube.com/watch?v=4h7UZnWN67

    #cplusplus #cpp #programming #SIMD #swar

  5. Unlock the Power of Parallel Computing With SWAR (SIMD Within A Register) – Jamie Pond – C++ on Sea

    youtube.com/watch?v=4h7UZnWN67

    #cplusplus #cpp #programming #SIMD #swar

  6. Unlock the Power of Parallel Computing With SWAR (SIMD Within A Register) – Jamie Pond – C++ on Sea

    youtube.com/watch?v=4h7UZnWN67

    #cplusplus #cpp #programming #SIMD #swar

  7. Unlock the Power of Parallel Computing With SWAR (SIMD Within A Register) – Jamie Pond – C++ on Sea

    youtube.com/watch?v=4h7UZnWN67

    #cplusplus #cpp #programming #SIMD #swar

  8. I finally published a first version of my #cpp build system: #Dedalo.

    It's a very strongly opinionated build system with 2 core goals:
    - To be able to build C++ projects with nothing but a C++ compiler. No additional script languages to learn, nor complex tools to install.
    - To be able to distribute the build system with your project. No more fighting with incompatible versions.

    #MIT license so no headaches.

    github.com/javiersalcedopuyo/d

    (macOS and Linux only for now)

  9. What is the reasonable way to test internal parts of a module?

    For a complex module I want unit tests for parts that I do not want to export. Do I make an internals module that can be tested. Then have the actual module which only re-export what I intend to be the library's interface?

  10. Working with with and

    How can I run just the scan/dynamic based bits so that I can run clang-tidy without a full build?

    ATM I have this hack
    ```
    # cmake config
    cmake --preset thing

    # select what I need made
    ninja -C build -t inputs | grep -E '\.cppm\.o$|\.o\.modmap$' | xargs -r ninja -C build

    # then I can run clang-tidy
    ```

    There must be a better way

  11. All right, another game is out! Mansion Malevolence is available for free for PC and Android on my Itch.io: nerudaj.itch.io/mansion-malevo

    The game is a demake of classic survival horror Resident Evil, reimagined as a solitaire card game that you can play in short bursts while commuting.

    The game was made in C++, using SFML for rendering and sounds and TGUI for UI. Source code is available on GitHub: github.com/nerudaj/MansionMale

    youtu.be/f1jT3A2XqXU

    #gamedev #indiedev #MansionMalevolence #ScreenshotSaturday #SFML #TGUI #cpp

  12. Begun creating a new PSG (Provided Symbol Group) for Grambol (github.com/Hapaxia/Grambol/wiki):

    Flags!

    Obviously, I've stuck to the more simple ones for now (mostly striped) but there are so many more to come!

    The image is a screenshot of what I have so far (challenge: can you name them all?!)

    #grambol #sfml #cpp #flags