Hacker News
- 3rd Edition of Programming: Principles and Practice Using C++ by Stroustrup https://www.stroustrup.com/programming.html 226 comments
- Apple hiring compiler developers for improving Swift / C++ interoperability https://jobs.apple.com/en-us/details/200531386/compiler-frontend-engineer 241 comments
- Writing Win32 apps like it's 2020 – A DPI-aware resizable wizard in modern C++ https://building.enlyze.com/posts/writing-win32-apps-like-its-2020-part-1/ 2 comments
- Comparing Rust and C++ http://kukuruku.co/hub/rust/comparing-rust-and-cpp 133 comments
- C++ Algorithms, Boost and function currying http://blog.objectmentor.com/articles/2010/06/12/c-algorithms-boost-and-function-currying 9 comments
- C++ Temporary Lifetime Extension: Complicated Cases https://hackernoon.com/temporary-lifetime-extension-complicated-cases 2 comments cpp
- The Service Locator Pattern: A Robust C++ Implementation https://johnfarrier.com/the-service-locator-pattern-a-robust-c-implementation/ 11 comments cpp
- On the scalability of C++ module implementations or lack thereof https://nibblestew.blogspot.com/2023/12/on-scalability-of-c-module.html 46 comments cpp
- Questions for people using C++ at work specifically https://www.open-std.org/jtc1/sc22/wg21/docs/papers/2023/p0447r22.html 37 comments cpp
- 295 pages on Initialization in Modern C++ :) https://www.cppstories.com/2023/init-story-print/ 113 comments cpp
- Compile time evaluation in Nim, Zig, Rust and C++ https://castillodel.github.io/compile-time-evaluation/ 18 comments zig
- BuildSystem where build scripts are written in C++ https://www.reddit.com/r/cpp/comments/o01bl6/buildsystem_where_build_scripts_are_written_in_c/ 24 comments cpp
- Distributed C++ builds in async Rust https://www.reddit.com/r/rust/comments/n4dwdq/distributed_c_builds_in_async_rust/ 4 comments rust
- Boost C++ Libraries v1.76.0 https://www.boost.org/users/history/version_1_76_0.html 24 comments cpp
- Best C++ Books for Beginners and Advanced Level in 2021 https://eduwyre.com/books/best-cpp-books 29 comments cpp
- C++ IDE using LSP https://www.reddit.com/r/emacs/comments/i9p7ib/c_ide_using_lsp/ 9 comments emacs
- What are the main takeaways for a Rust programmer to become familiar with C++? https://www.reddit.com/r/rust/comments/hfhuuk/what_are_the_main_takeaways_for_a_rust_programmer/ 39 comments rust
- MoonPlus: Moonscript compiler written in C++ https://github.com/pigpigyyy/moonplus 3 comments lua
- C++ LV2 (Or just audio in general) for beginners? I'm pretty lost. https://en.wikipedia.org/wiki/Companding 5 comments learnprogramming
- Five Awesome C++ Papers for Cologne ISO Meeting https://www.bfilipek.com/2019/07/cologne.html 25 comments cpp
- C++ Coroutines Resources https://gist.github.com/mattpd/9b55db49537a90545a90447392ad3aeb#file-cpp-std-coroutines-draft-md 15 comments cpp
- C++ Knocks Python From Top Three Popular Programming Languages https://www.solutionfactory.in/cplusplus-knocks-python-from-top-three-popular-programming-languages.html 10 comments cpp
- A C++ Hello World And A Glass Of Wine, Oh My ! - Cross compiling with the MSVC toolchain under Wine. https://hackernoon.com/a-c-hello-world-and-a-glass-of-wine-oh-my-263434c0b8ad 18 comments cpp
- Learning the value of good benchmarking technique with C++ magic squares https://medium.com/@veedrac/learning-the-value-of-good-benchmarking-technique-with-c-magic-squares-b61b3386c97f 3 comments cpp
- [ANN] Boost.UI - a new C++ GUI library https://groups.google.com/forum/#!topic/boost-developers-archive/_aemjlslb7m 66 comments cpp
- Purify: lazy cross-platform build manager for C++ https://github.com/fpark12/purifycore 4 comments cpp
- YASnippets and C++ STL algorithms https://www.youtube.com/watch?v=tSq7yDwS1vM 9 comments emacs
- Integrating C++ code into Matlab https://www.reddit.com/r/matlab/comments/4xw8xt/integrating_c_code_into_matlab/ 14 comments matlab
- Top 15 C++ Exception handling mistakes and how to avoid them. http://www.acodersjourney.com/2016/08/top-15-c-exception-handling-mistakes-avoid/ 57 comments cpp
- C++ Calculation at compile-time with help of constant expression http://binary-studio.com/2015/09/18/calculation-at-compile-time-by-help-of-constant-expression/ 7 comments cpp
- Andrei Alexandrescu, C++ guru, leaves Facebook to work on D language full-time http://forum.dlang.org/thread/xsqrdgwnzehdmfmvcznn@forum.dlang.org 595 comments programming
- Insights into new and C++ http://meetingcpp.com/index.php/br/items/insights-into-new-and-c.html 15 comments cpp
- Less code, more software: C++ development slide deck http://jonjagger.blogspot.com/2013/05/c-development-slide-deck.html 7 comments cpp
- Cap'n Proto: faster protocol buffers, written in Haskell & C++ http://kentonv.github.com/capnproto/install.html 11 comments haskell
- C++ benchmark - std::vector VS std::list http://www.baptiste-wicht.com/2012/11/cpp-benchmark-vector-vs-list/ 33 comments cpp
- Looking for a C++ tutorial similar to The Chernos. http://www.youtube.com/user/TheChernoProject 13 comments gamedev
- Channel 9 is broadcasting today/tomorrow all day a free C++ Conference http://channel9.msdn.com/events/goingnative/goingnative-2012 9 comments programming
- C++ using pointers in functions help! http://codepad.org/ldzqtchz 12 comments learnprogramming
- C++ Binary Stream Manipulator http://themathsgeek.blogspot.com/2011/04/c-binary-stream-manipulator.html 10 comments programming
- Amazon introduces Elastic MapReduce... MapReduce in the cloud which supports Java, Ruby, Perl, Python, PHP, R, or C++ http://aws.amazon.com/elasticmapreduce/ 160 comments programming