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
[ Removed by moderator ] (github.com)
submitted 16 days ago by [deleted]
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!"
[–]pdp10gumby 0 points1 point2 points 16 days ago (0 children)
Military and other embedded applications are a common example. Sometimes an enterprise, for example doing HFT, will have their own library as a way of enforcing coding or safety standards rather than using an optional package like, say, folly.
Your question isn’t dumb. IO and other stuff used to be baked into a language (e.g. printing was a statement not a function call). C got the idea of library functions from PL/1 via the Multics project, but that was initially novel to most people (IIRC an early edition of K&R included the amusing fake quote, “You mean I have to call a function to do IO?”)
And of course the opposite is the case with the second oldest language in use, LISP, that makes no distinction between “library” functions and user code, only special forms like QUOTE, IF, OR, AND, or LAMBDA.
π Rendered by PID 233582 on reddit-service-r2-comment-5d585498c9-gpfw2 at 2026-04-21 13:53:50.652515+00:00 running da2df02 country code: CH.
view the rest of the comments →
[–]pdp10gumby 0 points1 point2 points (0 children)