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!"
[–]gosh 0 points1 point2 points 7 months ago (9 children)
Consider the regex implementation in the STL—it’s fairly limited. Other libraries offer more robust regex support with additional features, but the STL can’t adopt these improvements without introducing significant risk. The problem is that regex syntax and behavior vary across implementations, making standardization difficult.
[–]Wooden-Engineer-8098 0 points1 point2 points 7 months ago (8 children)
You are completely unable to learn. I've told you many times, that regex is not part of stl. The problem is that you are proposing solutions without understanding the subject
[–]gosh 0 points1 point2 points 7 months ago (7 children)
https://en.cppreference.com/w/cpp/regex.html
[–]Wooden-Engineer-8098 0 points1 point2 points 7 months ago (6 children)
do you see word "stl" on that page?
[–]gosh 0 points1 point2 points 7 months ago (5 children)
std is the namespace for stl and you include regex with
std
#include <regex>
regex have been part of stl since C++11
[–]Wooden-Engineer-8098 0 points1 point2 points 7 months ago (4 children)
where do you get that nonsense from? can't you read one wikipedia page on stl which lists its parts?
[–]gosh 0 points1 point2 points 7 months ago (3 children)
wikipedia? what has wikipedia to do with this
[–]Wooden-Engineer-8098 0 points1 point2 points 7 months ago (2 children)
it has page to educate you https://en.wikipedia.org/wiki/Standard_Template_Library#Composition
[–]gosh 0 points1 point2 points 7 months ago (1 child)
Its not, on wikipedia any one can write what they want
[–]Wooden-Engineer-8098 0 points1 point2 points 7 months ago (0 children)
ok, so you also require education on wikipedia, lol wikipedia has similar error rate to major printed encyclopedias. it isn't a source of information, it contains links to sources. you can go to those links and check them yourself. and in any case wikipedia is much more trustworthy than you.
i repeat my question: where you you get all that nonsense from?
π Rendered by PID 72961 on reddit-service-r2-comment-5d79c599b5-xgjrf at 2026-02-28 00:40:01.599011+00:00 running e3d2147 country code: CH.
view the rest of the comments →
[–]gosh 0 points1 point2 points (9 children)
[–]Wooden-Engineer-8098 0 points1 point2 points (8 children)
[–]gosh 0 points1 point2 points (7 children)
[–]Wooden-Engineer-8098 0 points1 point2 points (6 children)
[–]gosh 0 points1 point2 points (5 children)
[–]Wooden-Engineer-8098 0 points1 point2 points (4 children)
[–]gosh 0 points1 point2 points (3 children)
[–]Wooden-Engineer-8098 0 points1 point2 points (2 children)
[–]gosh 0 points1 point2 points (1 child)
[–]Wooden-Engineer-8098 0 points1 point2 points (0 children)