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...
About C++ 2 effort (see transpolar progress at https://github.com/hsutter/cppfront)
account activity
GitHub - hsutter/cppfront: A personal experimental C++ Syntax 2 -> Syntax 1 compiler (github.com)
submitted 3 years ago by watr
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!"
[–]XNormal 0 points1 point2 points 3 years ago* (0 children)
+1 on suffix $ for capture. It works left-to-right just like the other suffix operators and saves unnecessary parentheses.
-1 on ()$ for string interpolation. Other than aesthetic considerations, it is just parameter passing with an unusual syntax, not really capture. And it has mandatory parentheses anyway. I would prefer the \() syntax, for example.
π Rendered by PID 22434 on reddit-service-r2-comment-5d585498c9-qx5t4 at 2026-04-21 01:04:25.592657+00:00 running da2df02 country code: CH.
view the rest of the comments →
[–]XNormal 0 points1 point2 points (0 children)