1. X
  2. Boost C++ | Open Source Libraries
Log inSign up
Boost C++ | Open Source Libraries
531 posts
Image
user avatar
Boost C++ | Open Source Libraries
@Boost_Libraries
Open source C++ libraries: algorithms, data structures, concurrency, networking & more. Peer-reviewed, portable, battle-tested since 1998. boost.org
Global C++ Community
boost.org
Joined March 2017
217
Following
3,729
Followers
RepliesRepliesMediaMedia
  • Pinned
    user avatar
    Boost C++ | Open Source Libraries
    @Boost_Libraries
    Sep 10, 2025
    Level up your C++ skills! Sharpen your code with the latest from the Boost Libraries, powerful, peer-reviewed, and production-ready New in Boost: Bloom – High-performance Bloom filters → boost.org/libs/bloom Hash2 – Modern, flexible hashing library → boost.org/libs/hash2
    Image
  • user avatar
    Boost C++ | Open Source Libraries
    @Boost_Libraries
    2h
    A quick takeaway from Using std::cpp 2026. Bjarne Stroustrup explains how C++ spans help you write safer, more expressive code while avoiding common memory pitfalls. 🎥 Watch the short: youtube.com/shorts/BEdKBhK… #ModernCpp #SoftwareEngineering #cpp
    Image
    Compiler Magic That Saves Your Code #cplusplus #tech
    From youtube.com
  • user avatar
    Boost C++ | Open Source Libraries
    @Boost_Libraries
    Aug 6
    Your regex is a runtime string. A typo in the pattern? You find out when the code runs and throws. The compiler can’t help because it can’t see inside a string literal What if the regex was checked at compile time and ran faster too? 🧵👇
  • user avatar
    Boost C++ | Open Source Libraries
    @Boost_Libraries
    Aug 5
    C++20 coroutines are stackless. They can only suspend from the coroutine function itself, never from a nested call. If your generator calls a helper that needs to yield, you’re out of luck Stackful coroutines do not have this limitation 🧵👇
  • user avatar
    Boost C++ | Open Source Libraries
    @Boost_Libraries
    Aug 5
    If you're learning modern C++, don't overlook Ranges. Watch Bjarne Stroustrup explain why this feature has changed how developers write C++. 📺 youtube.com/shorts/OzVMlfT… #Cpp20 #Coding #Programmer

Log in or sign up for X

See what’s happening and join the conversation

Continue with phone
or
Log in with username or email
Terms·Privacy·Cookies·Accessibility·Ads Info·© 2026 X Corp.
Advertisement
Advertisement