Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
---

<!-- COVERAGE_START -->
![English Coverage](https://img.shields.io/badge/en_coverage-99%25-green.svg) 420/423 docs translated
![English Coverage](https://img.shields.io/badge/en_coverage-99%25-green.svg) 428/431 docs translated
<!-- COVERAGE_END -->

## 这是什么项目
Expand Down

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
---
title: 'Back to Basics: C++ Ranges'
description: 'CppCon 2025 Talk Notes — Mike Shah: Introduction to C++ Ranges'
conference: cppcon
conference_year: 2025
talk_title: 'Back to Basics: C++ Ranges'
speaker: Mike Shah
video_youtube: https://www.youtube.com/watch?v=Q434UHWRzI0
tags:
- cpp-modern
- host
- beginner
difficulty: beginner
platform: host
cpp_standard:
- 20
- 23
translation:
source: documents/vol10-open-lecture-notes/cppcon/2025/03-back-to-basics-ranges/index.md
source_hash: bceeba17f4769ca9a7ce58aef867fdfcfb8e6adcaa970930755a2f154fba580a
translated_at: '2026-06-13T02:14:53.269922+00:00'
engine: anthropic
token_count: 217
---
<TalkInfoCard
talkTitle="Back to Basics: C++ Ranges"
speaker="Mike Shah"
conference="cppcon"
:year="2025"
videoYoutube="https://www.youtube.com/watch?v=Q434UHWRzI0"
/>

## Notes

<ChapterNav variant="sub">
<ChapterLink href="01-from-loops-to-iterators">From Loops to Iterators: The Abstraction Path for Traversing Data</ChapterLink>
<ChapterLink href="02-stl-algorithms-and-iterator-pitfalls">STL Algorithms in Practice and Iterator Pitfalls</ChapterLink>
<ChapterLink href="03-ranges-views-and-composition">Ranges, Views, and Pipeline Composition: The Power of Lazy Evaluation</ChapterLink>
</ChapterNav>
Loading
Loading