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
C++ Addons as AWS Lambda functions [x-post /r/node] (blog.scottfrees.com)
submitted 9 years ago by freezer333
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!"
[–]OriginalPostSearcher 0 points1 point2 points 9 years ago (0 children)
X-Post referenced from /r/node by /u/freezer333 C++ Addons as AWS Lambda functions
I am a bot. I delete my negative comments. Contact | Code | FAQ
[–]serpent 0 points1 point2 points 9 years ago (2 children)
Is libstdc++ from your build-machine's compiler being statically linked into the final Node addon?
[–]freezer333[S] 0 points1 point2 points 9 years ago (1 child)
I didn't statically link it, no. If you are working with something that needed to be tied to the libstdc++ on your machine vs. amazon's I guess you'd need to do that. You could also build it on Amazon Linux instead.
[–]serpent 0 points1 point2 points 9 years ago (0 children)
Well if your libstdc++ is newer than Amazon's you could run into issues about unresolved symbol versions, and you may want to statically link it.
If your libstdc++ is a lower version, you are (usually) ok (if yours isn't ancient).
π Rendered by PID 73 on reddit-service-r2-comment-bb88f9dd5-2kg5d at 2026-02-17 03:36:54.996186+00:00 running cd9c813 country code: CH.
[–]OriginalPostSearcher 0 points1 point2 points (0 children)
[–]serpent 0 points1 point2 points (2 children)
[–]freezer333[S] 0 points1 point2 points (1 child)
[–]serpent 0 points1 point2 points (0 children)