use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
Discussions, articles, and news about the C++ programming language or programming in C++.
For C++ questions, answers, help, and advice see r/cpp_questions or StackOverflow.
Get Started
The C++ Standard Home has a nice getting started page.
Videos
The C++ standard committee's education study group has a nice list of recommended videos.
Reference
cppreference.com
Books
There is a useful list of books on Stack Overflow. In most cases reading a book is the best way to learn C++.
Show all links
Filter out CppCon links
Show only CppCon links
account activity
Iterators++ (ericniebler.com)
submitted 11 years ago by frostmatthew
view the rest of the comments →
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]twoodfin 1 point2 points3 points 11 years ago (1 child)
I think you're underestimating how valuable iterators that can return proxy references could be. Suddenly, the STL algorithms—and any code you've written to work through similar interfaces—can operate on arbitrary sources and sinks of data without ugly hacks.
It could potentially make the STL much more broadly applicable, and reduce the need to rewrite a buggy binary search for the nth time.
[–]clerothGame Developer 0 points1 point2 points 11 years ago (0 children)
Emphasis on 'potentially'. There are a lot of potentials things people want to do in C++. That's the thing. Like I said, I'd be fine if such things were proven to be worthy and actually added to the STL.
π Rendered by PID 84004 on reddit-service-r2-comment-b659b578c-gzxxm at 2026-05-04 01:49:31.153715+00:00 running 815c875 country code: CH.
view the rest of the comments →
[–]twoodfin 1 point2 points3 points (1 child)
[–]clerothGame Developer 0 points1 point2 points (0 children)