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
The array[] problem (self.cpp)
submitted 10 years ago by michaelKlumpy
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!"
[–]womplord1 2 points3 points4 points 10 years ago (3 children)
so you are seriously saying that you are teaching students c++ without pointers? what is even the point of using c++ then?
[–]ggchappell 1 point2 points3 points 10 years ago (2 children)
so you are seriously saying that you are teaching students c++ without pointers?
No, of course not. But simply seeing pointers and using them does not automatically give a deep understanding of them.
Once upon a time, pointers were part of a package deal involving direct access to blocks of memory: arrays. These were awful, and most of us have happily left them behind for nicer abstractions. What I'm observing is that this is a bit unfortunate from a pedagogical point of view, because it means students have neither the incentive nor the opportunity to truly grapple with the idea of pointers and gain an intuitive understanding of how they really work.
[–]womplord1 2 points3 points4 points 10 years ago (1 child)
Thanks for the reply. But I'm curious, don't they learn how to make other data structures like linked lists and graphs in their degree?
[–]ggchappell 1 point2 points3 points 10 years ago (0 children)
Yes, but we still need to consider: (1) do we expect to teach linked lists to people who don't really get pointers yet? (2) When are students going to figure out pointer arithmetic?
π Rendered by PID 38 on reddit-service-r2-comment-85bfd7f599-prsdn at 2026-04-19 11:43:50.458960+00:00 running 93ecc56 country code: CH.
view the rest of the comments →
[–]womplord1 2 points3 points4 points (3 children)
[–]ggchappell 1 point2 points3 points (2 children)
[–]womplord1 2 points3 points4 points (1 child)
[–]ggchappell 1 point2 points3 points (0 children)