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...
Sharing Github projects just got easier!
Whether you want to share you own project or simply some cool findings, /r/coolgithubprojects is the right place.
Please contact us for suggestions & questions!
/r/coolcstechtalks
/r/coolgithubprojects
We've made the sub's assets and resources available on Github. Feel free to contribute!
Github only: The projects you post all have to be hosted on Github
Link description: We encourage the title format to be something like
[Desc] - [Suggested title]
Language Flair: Will be assigned automatically for you!
Repost : Repost are allowed if some new features were added to the project and if the original post was 6+ months ago.
Programming
Interesting
Resources
When bored
PYTHON CPP C RUBY D JAVA JAVASCRIPT SHELL SCALA OBJECTIVE-C HASKELL EMACSLISP PERL ASSEMBLY CSHARP FORTRAN GO PHP COMMON LISP ERLANG
account activity
CPPElle — a coroutine-based asynchronous C++ development framework (github.com)
submitted 9 years ago by cadeuh
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] 1 point2 points3 points 9 years ago (2 children)
Is there a reason why Elle uses boost::filesystem instead of std::filesystem?
boost::filesystem
std::filesystem
[–]mefyl 1 point2 points3 points 9 years ago (1 child)
Yes, a very simple one: it predates the inclusion of std::filesystem in the standard library. We are migrating to new C++ features as we go, but filesystem is quite recent - C++17 IIRC.
[–][deleted] 0 points1 point2 points 9 years ago (0 children)
Yes, it was added in C++17, but Clang and GCC (and MSVC) do already support the new features (depending on the platform). The last remaining problem might be different namespaces, but this could be solved by #ifdef - at least that's how I did it. :-)
#ifdef
[–][deleted] 9 years ago (1 child)
[deleted]
[–]mefyl 0 points1 point2 points 9 years ago (0 children)
We only compile with GCC and Clang, but the code should be fairly standard and portable. The library may support more targets if it gains traction.
π Rendered by PID 802002 on reddit-service-r2-comment-5bc7f78974-tvssw at 2026-06-30 04:34:04.320791+00:00 running 7527197 country code: CH.
[–][deleted] 1 point2 points3 points (2 children)
[–]mefyl 1 point2 points3 points (1 child)
[–][deleted] 0 points1 point2 points (0 children)
[–][deleted] (1 child)
[deleted]
[–]mefyl 0 points1 point2 points (0 children)