Logo

Programming Linux

Quick search

Navigation

Courses

  • Courses Overview
  • Slide Material
    • Linux
    • Python Programming
    • The C Programming Language
    • C++: TODO List
    • C++: Miscellaneous Live-Hacking
    • C++
    • The New C++ (11-…)
      • Introduction
      • New Language Features
        • Delegating Constructor
        • const, constexpr, constinit, consteval
        • Move Semantics, Rvalue References
        • Range Based for Loops: Introduction
        • Case Study: Range Based for On std::map
        • Miscellaneous
        • Strongly Typed enum
        • Brace Initialization (Uniform Initialization)
        • Tuple Unpacking (Err, Structured Binding)
        • Duck Typing (Err, auto) Without A Duck
        • Lambda
        • override
        • final
        • = delete
        • = default
        • Local Variables In Control Flow Statements
        • Attributes
        • The Spaceship Operator <=> (And Comparison In General)
        • The C++ Memory Model
        • Coroutines
        • Ranges
          • Ranges: Overview
          • Ranges And Views: Good Or Bad?
          • Ranges And Views: Links
        • Concepts
        • Modules
      • Smart Pointers (std::unique_ptr, std::shared_ptr)
      • Perfect Forwarding
      • Functions, Functions
      • Multithreading
      • Miscellaneous
      • std::filesystem
      • Drafts
      • Exercises
    • Design Patterns With C++
    • C++ Code
    • C++ Exercises
    • CMake
    • Is Software A Craft? Software Is A Craft! ⟶ Clean Code
    • Unit Testing With googletest
  • How To Book
  • Log Of Past Courses

About

  • Myself: Contact, Impressum, …
  • This Site

Blog

  • Posts

Ranges And Views: Links¶

  • ` C++20 Ranges in Practice - Tristan Brindle - CppNorth 2022 <https://youtu.be/L0bhZp6HMDM>`__

  • C++ Standard Views - Nico Josuttis - ACCU 2023; Nicolai Josuttis, heavily upset, and bashing the standards comittee. “This is advertising for Rust”, he says at around 53:00 👌

©2019-2025 (GPLv3), Jörg Faschingbauer. | Page source