home.social

Search

1000 results for “cpp”

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

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

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

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

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

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

  7. @CppGuy @bebadefabo We are also losing 1-4 public health care staff weekly now & it's from multiple #covid infections but #BCgovernment & #media are ok with underreported covid related disabilities & deaths it seems.

    #FireBonnieHenry #SocialMurder #BCpoli #BCNDP #BCNewDeathParty #Murder #CDNpoli #DisabledLivesMatter #CovidSafety

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

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

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

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

  12. @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

  13. @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

  14. @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

  15. Any #cpp folks out there know how to tame clang-format with contemporary C++ ... look at the brackets for indices ... why? #ClangFormat

  16. Any #cpp folks out there know how to tame clang-format with contemporary C++ ... look at the brackets for indices ... why? #ClangFormat

  17. Any #cpp folks out there know how to tame clang-format with contemporary C++ ... look at the brackets for indices ... why? #ClangFormat