robot-dreams / eopLinks
Proofs and exercises from "Elements of Programming" by Stepanov (author of C++ STL) and McJones
☆29Updated 8 years ago
Alternatives and similar repositories for eop
Users that are interested in eop are comparing it to the libraries listed below
Sorting:
- Course notes for Alexander Stepanov's teachings on design and usage of C++ STL.☆84Updated last year
- Code for the "Programming Conversations" course☆118Updated 6 years ago
- Composable monadic STM for C++ on Free monads☆80Updated 6 years ago
- Where to get started learning C++ and what resources are there.☆101Updated 5 years ago
- Code for Alex Stepanov's Components course at A9.☆90Updated last year
- C++ Book Companion Repository (With Code Examples and Exercises)☆120Updated 8 months ago
- Boost.org proto module☆23Updated last month
- ☆50Updated 5 years ago
- A commented list of Modern C++ resources☆60Updated 2 months ago
- make_heap and sort_heap for a poplar heap with O(1) extra memory☆41Updated last year
- This repository is a very simple C++ modules example.☆23Updated 2 years ago
- Links, slide decks and other material for conference & meetup talks, podcast appearances and publications.☆228Updated 2 weeks ago
- C++20 Coroutine-Based Synchronous Parser Combinator Library☆61Updated 4 years ago
- C++ standard library features, "from scratch"☆193Updated last year
- C implementation of C++ Utility functions https://en.cppreference.com/w/cpp/utility/intcmp☆18Updated 3 years ago
- Today at work we talked about...☆34Updated 2 weeks ago
- STL Algorithm Cheat Sheet + example code from STL Algorithm Video Series.☆243Updated 3 years ago
- Modern C++ Lecture (Basics)☆61Updated 7 years ago
- Mastering the C++17 STL, published by Packt☆100Updated 3 years ago
- A C++ algorithm library that extends the C++ standard algorithms found in <algorithm> & <numeric>☆22Updated 4 years ago
- Original implementation of STL by Alexander Stepanov and Meng Lee☆22Updated 6 years ago
- Slides for the C++ on Sea conference☆109Updated 2 years ago
- A framework for reusing code in Clang tools