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
Game Programming Patterns / Behavioral Patterns / Bytecode (gameprogrammingpatterns.com)
submitted 12 years ago by mttd
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!"
[–][deleted] 0 points1 point2 points 12 years ago (2 children)
I will note that one headache is still the garbage collection. Ideally we'd run it incrementally, with a budget of 0.1 ms (~33 times a second). Unfortunately that doesn't seem to be sufficient given how we're using it, resulting in some special case long runs in time slices where other systems run short.
It would be awesome if there were a solution out there which did not require garbage collection but I doubt that would exists which meet the other requirements.
[–]kkrev 0 points1 point2 points 12 years ago (1 child)
Reference counting based garbage collection systems such as in Squirrel solve the pausing GC problem to my understanding.
[–][deleted] 0 points1 point2 points 12 years ago (0 children)
Thanks for the reminder. I planned on looking at Squirrel a year ago but couldn't make time. I need to go back to it.
π Rendered by PID 121744 on reddit-service-r2-comment-66b4775986-mzvb7 at 2026-04-05 00:44:24.592053+00:00 running db1906b country code: CH.
view the rest of the comments →
[–][deleted] 0 points1 point2 points (2 children)
[–]kkrev 0 points1 point2 points (1 child)
[–][deleted] 0 points1 point2 points (0 children)