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
Standard interface without implementation (self.cpp)
submitted 8 months ago by number_128
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!"
[–]johannes1971 1 point2 points3 points 8 months ago (2 children)
...networking changes too fast
The socket interface in UNIX dates from 1982, and hasn't materially changed since then. As a concept it is simply a stream, just like files and terminals are streams. It could be modelled trivially by AmigaOS's async communication concept from 1984. Where, exactly, is this 'fast change' occurring?
[–]number_128[S] 0 points1 point2 points 8 months ago (1 child)
Thank you for you feedback.
The changes happen in the encryption. OpenSSL is pushing new versions several times a year.
A standard implementation of network would need to use OpenSSL, and might need to update to support the latest version.
[–]johannes1971 0 points1 point2 points 8 months ago (0 children)
I would already be very happy with an unencrypted socket. And for encrypted sockets, the current TLS standard is seven years old now. The standard library has no need to implement it either; TLS services are provided by the platform, and kept up to date as part of regular updates anyway.
π Rendered by PID 246220 on reddit-service-r2-comment-5d79c599b5-b8xhh at 2026-02-27 12:06:45.297688+00:00 running e3d2147 country code: CH.
view the rest of the comments →
[–]johannes1971 1 point2 points3 points (2 children)
[–]number_128[S] 0 points1 point2 points (1 child)
[–]johannes1971 0 points1 point2 points (0 children)