home.social

#cplusplus — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #cplusplus, aggregated by home.social.

  1. 🚨 Hiring Alert | Software Engineer – Power & Performance (Android) 🚨

    🏢 Company: Borqs Technologies
    📍 Location: Hyderabad
    👨‍💻 Experience: 3–7 Years
    💼 Employment Type: Permanent
    💰 CTC: Up to 30 LPA

    📩 Apply here: - zurl.co/lWaac

    #Hiring #Android #EmbeddedSystems #LinuxKernel #CPlusPlus #PowerPerformance #AOSP #DeviceDrivers #HyderabadJobs #TechHiring

  2. Most C++ codebases aren't getting rewritten in Rust - but that doesn't mean the two can't work together.

    At Oxidize 2026, @nicofee and Nicolas Qiu Guichard (@kdab) run a practical workshop on Rust/C++ interop using CXX: calling Rust from C++ and vice versa, integrating a Rust library into a CMake project, and pulling a C++ library into a Cargo build.

    🔗 oxidizeconf.com/sessions/rust_

    #Oxidize2026 #RustLang #CPlusPlus #Interop #CXX #SystemsProgramming

  3. F1 does not get you to the help for a given Qt class in CLion as it does in Qt Creator. So, how do you get there? Watch this new episode of the CLion series to find out more. #CLion #QtDev #IDE #Cpp #CPlusPlus

    youtube.com/watch?v=F0Nj4Pf-9ic

  4. F1 does not get you to the help for a given Qt class in CLion as it does in Qt Creator. So, how do you get there? Watch this new episode of the CLion series to find out more. #CLion #QtDev #IDE #Cpp #CPlusPlus

    youtube.com/watch?v=F0Nj4Pf-9ic

  5. F1 does not get you to the help for a given Qt class in CLion as it does in Qt Creator. So, how do you get there? Watch this new episode of the CLion series to find out more. #CLion #QtDev #IDE #Cpp #CPlusPlus

    youtube.com/watch?v=F0Nj4Pf-9ic

  6. F1 does not get you to the help for a given Qt class in CLion as it does in Qt Creator. So, how do you get there? Watch this new episode of the CLion series to find out more. #CLion #QtDev #IDE #Cpp #CPlusPlus

    youtube.com/watch?v=F0Nj4Pf-9ic

  7. F1 does not get you to the help for a given Qt class in CLion as it does in Qt Creator. So, how do you get there? Watch this new episode of the CLion series to find out more.

    youtube.com/watch?v=F0Nj4Pf-9ic

  8. Compilers are fricking awesome. What do you mean by that the code on right has the same performance as that on the left.

    #cplusplus #compiler #software

  9. @glloyd It crops up in other places, not just iterators. I first encountered it using a coroutine library where the promise type was a std::expected. I did the usual “how am I being stupid” for a while before I figured it wasn’t me (for once). #cpp #cplusplus #clang #cpp26

  10. Check out my post, "When an empty destructor is required", you learn about a specific case where you must violate the rule from last month's post.

    andreasfertig.com/blog/2023/12

    #cplusplus #cpp #cpp17