News
Latest
Top
Search
Submit
Login
Search
▲
158
Hardening the C++ Standard Library at scale
(queue.acm.org)
by ndesaulniers |
view
|
107 comments
▲
110
GCC 16 considering changing default to C++20
(inbox.sourceware.org)
by pjmlp |
view
|
114 comments
▲
110
Zig / C++ Interop
(tuple.app)
by simonklee |
view
|
15 comments
▲
102
C++ Web Server on my custom hobby OS
(oshub.org)
by joexbayer |
view
|
14 comments
▲
87
How well do you know C++ auto type deduction?
(volatileint.dev)
by volatileint |
view
|
131 comments
▲
80
C++ move semantics from scratch (2022)
(cbarrete.com)
by todsacerdoti |
view
|
87 comments
▲
72
C++ implementation of SIP, ICE, TURN and related protocols
(github.com)
by mooreds |
view
|
10 comments
▲
70
Problems with C++ exceptions
(marler8997.github.io)
by signa11 |
view
|
108 comments
▲
67
JOPA: Java compiler in C++, Jikes modernized to Java 6 with Claude
(github.com)
by pshirshov |
view
|
52 comments
▲
64
Rethinking C++: Architecture, Concepts, and Responsibility
(blogs.embarcadero.com)
by timeoperator |
view
|
78 comments
▲
62
Trying Out C++26 Executors
(mropert.github.io)
by ingve |
view
|
28 comments
▲
61
Fastmcpp (Fastmcp for C++)
(github.com)
by 0xeb |
view
|
8 comments
▲
39
Reproducible C++ builds by logging Git hashes
(jgarby.uk)
by j4cobgarby |
view
|
43 comments
▲
38
Optimizations in C++ compilers: a practical journey
(queue.acm.org)
by fanf2 |
view
|
2 comments
▲
34
My tutorial and take on C++20 coroutines (2021)
(scs.stanford.edu)
by signa11 |
view
|
8 comments
▲
29
Show HN: Mirror_bridge – C++ Reflection powered Python binding generation
(github.com)
by fthiesen |
view
|
7 comments
▲
28
Is C++26 getting destructive move semantics?
(stackoverflow.com)
by signa11 |
view
|
47 comments
▲
22
Parrot – A C++ library for fused array operations using CUDA/Thrust
(nvlabs.github.io)
by operator-name |
view
|
2 comments
▲
20
C++ Enum Class and Error Codes, Part 3
(mropert.github.io)
by ibobev |
view
|
0 comments
▲
19
Why export templates would be useful in C++ (2010)
(warp.povusers.org)
by PaulHoule |
view
|
2 comments
▲
10
Time in C++: Understanding <chrono> and the Concept of Clocks
(sandordargo.com)
by jandeboevrie |
view
|
1 comments
▲
8
GCC 16 Switches to Using C++20 Standard by Default
(phoronix.com)
by coffeeaddict1 |
view
|
0 comments
▲
8
The char-TCHAR-wchar_t Pendulum in Windows API Native C/C++ Programming
(giodicanio.com)
by movd128 |
view
|
0 comments
▲
7
Attoboy: New beginner-friendly C++ library for making small Windows exes
(coeurnix.github.io)
by coeurnix |
view
|
1 comments
▲
7
C++ The worst programming language of all time [video]
(youtube.com)
by tartoran |
view
|
0 comments
▲
7
Show HN: C++ Quantum Simulator written from scratch
(github.com)
by lofri |
view
|
0 comments
▲
6
Trying Out C++26 Executors
(mropert.github.io)
by jandeboevrie |
view
|
0 comments
▲
6
Seastar: High performance server-side C++ application framework
(github.com)
by klaussilveira |
view
|
0 comments
▲
6
Show HN: KFR 7 – major update for C++ DSP library
(github.com)
by danlcaza |
view
|
1 comments
▲
5
C#-Style Property in C++
(vorbrodt.blog)
by jandeboevrie |
view
|
0 comments
▲
5
Why Zig When There is C++, D, and Rust?
(ziglang.org)
by tosh |
view
|
3 comments
▲
5
How to Benchmark C++ Code
(codspeed.io)
by art049 |
view
|
0 comments
▲
5
Time in C++: Understanding std:chrono:steady_clock
(sandordargo.com)
by jandeboevrie |
view
|
0 comments
▲
5
Show HN: C++ order book matching engine (3.2M orders/SEC, ~320ns)
(github.com)
by tjwells |
view
|
3 comments
▲
5
MetaFun: Compile Haskell-like code to C++ template metaprograms
(gergo.erdi.hu)
by todsacerdoti |
view
|
0 comments
▲
5
Beep-8: A Fantasy Console with an ARM-Based Architecture and C/C++ SDK
(github.com)
by beep8_official |
view
|
2 comments
▲
5
Junction: Concurrent Data Structures in C++
(github.com)
by klaussilveira |
view
|
1 comments
▲
5
EDG C++ front end to become open-source in 2026
(herbsutter.com)
by gdevillers |
view
|
0 comments
▲
4
Show HN: Patternia – A Zero-Overhead Pattern Matching DSL for Modern C++
(github.com)
by sentomk |
view
|
0 comments
▲
4
Speeding up C++ functions with a thread_local cache
(lemire.me)
by mikece |
view
|
0 comments
▲
4
AoC is starting! This project will help you bootstrap in C++
(github.com)
by unkn0wnUlv |
view
|
0 comments
▲
4
Ask HN: Is starting a new project in C++ just a mistake in 2025?
by leo_e |
view
|
3 comments
▲
4
Learn C++ Itanium Symbol Mangling
(noratrieb.github.io)
by g0xA52A2A |
view
|
1 comments
▲
4
Show HN: dspx — Serverless-friendly DSP for Node.js (native C++ + Redis state)
(github.com)
by a-kgeorge |
view
|
4 comments
▲
4
Show HN: Patternia – A compile-time pattern matching DSL for C++
(github.com)
by sentomk |
view
|
1 comments
▲
3
Structured Iteration – The C++ Way
(thecppway.com)
by klaussilveira |
view
|
0 comments
▲
3
Build your own ChatGPT from scratch in C++
(github.com)
by birdculture |
view
|
1 comments
▲
3
Show HN: ex_actor – New C++ Actor Framework Based on `std:execution`
(github.com)
by lixin_wei |
view
|
0 comments
▲
3
MetaFun: Compile Haskell-like code to C++ template metaprograms
(gergo.erdi.hu)
by Philpax |
view
|
0 comments
▲
3
Cutting C++ Exception Time by +90%? – Khalil Estell – CppCon 2025 [video]
(youtube.com)
by aw1621107 |
view
|
0 comments