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. TIL about Construct, a Matrix server written in C++ that targets single or few-user instances.

    It has little activity, but at least the fact it's in C++ means it's a project whose code I can actually read. I'll probably at least try it out at some point. :blobfoxhappymlem:​

    #cpp #cplusplus #matrix #construct

  9. I finally finished my blog post on how to use C/C++ package managers with SCons and integrating third-party libraries into your projects. This can be useful for all Godot GDExtension users wanting to integrate a library in C++

    paddy-exe.github.io/posts/how-

    #godot #scons #cpp

  10. @CppGuy 😠 in Tescos in #Beeston the other day there were no proper tills open at all, just crappy self-service ones. We had a trolly-full of stuff so it took ages wrestling with that BS 🤬

  11. We must abolish #cpp / #cpplang as a human rights issue — change my mind

  12. After 20 years I did some C++ coding again to write a communication layer to my Samsung AC for an ESP.
    I still wonder why C++ never get rid auf writing header files by hand. It feels so unnecessary compared to other languages.
    I mean why not write only CPP files with export keywords and auto generate headers only when needed. #cpplang #cpp

  13. Worth saying that I feel it is very productive for prototyping. I can see me taking this and converting the finished result to C++.

  14. It was a lot of work to convert the std::vector to mmap(), but it's done now! Now I have a little problem with con/destruction, as is often the case in : when pushing smth to the stack I need to use the placement new:
    sp --; new (sp) Expression{...};
    Otherwise operator= tries to destruct the dummy-initialized std::string inside Expression.
    And also I need to destruct Expression if I don't want memory leaks from the constructed std::string.

  15. Has scientists figured out yet how to get clang-format to not bizarrely try to align chained methods?

  16. Has scientists figured out yet how to get clang-format to not bizarrely try to align chained methods? #cpp #clang #llvm #clangformat #cplusplus #programming

  17. Has scientists figured out yet how to get clang-format to not bizarrely try to align chained methods? #cpp #clang #llvm #clangformat #cplusplus #programming

  18. @deezo nope, same result. clang-format seems to see some structure in this aggregate with designated initializers that tips the formatter over. Its a LLVM based style, minor adjustments for lambdas. #cpp #ClangFormat