c++

Tag

Cards List
#c++

Bug Archeology: Solving a decade-old Swift/C++ mystery (with LLMs)

Lobsters Hottest · 14h ago Cached

A developer recounts using LLMs to solve a decade-old bug in a Swift/C++ cross-platform music app, demonstrating how AI can assist in debugging complex issues.

0 favorites 0 likes
#c++

Int a = 5; a = a++ + ++a; a =? (2011)

Hacker News Top · 3d ago Cached

Analyzes the undefined behavior of the C/C++ expression 'a = a++ + ++a;' for int a=5, demonstrating three possible results (11, 12, 13) due to compiler-dependent evaluation order and post-increment handling, with theoretical and experimental breakdown.

0 favorites 0 likes
#c++

I made rust's cargo copy but for CPP

Hacker News Top · 5d ago Cached

CRow is a new open-source build system and dependency manager for C/C++ that mimics the simplicity of Rust's Cargo.

0 favorites 0 likes
#c++

A cache-friendly IPv6 LPM with AVX-512 (linearized B+-tree, real BGP benchmarks)

Hacker News Top · 2026-04-20 Cached

planb-lpm is a portable, MIT-licensed C++17 library implementing efficient IPv6 longest-prefix-match (LPM) using a linearized B+-tree with AVX-512 SIMD, featuring dynamic FIB support, Python bindings, and comprehensive benchmarking against real BGP data.

0 favorites 0 likes
#c++

Hunting a 34 year old pointer bug in EtherSlip (DOS Networking)

Hacker News Top · 2026-04-19 Cached

A developer recounts tracking down a 34-year-old NULL-pointer bug in the EtherSlip DOS packet driver using Open Watcom’s heap-corruption sentinel.

0 favorites 0 likes
#c++

How (and why) we rewrote our production C++ frontend infrastructure in Rust

Lobsters Hottest · 2026-04-18 Cached

NearlyFreeSpeech.NET rewrote their production C++ frontend infrastructure (nfsncore) in Rust, a critical system that handles routing, caching, and access control for all incoming requests. The migration was motivated by Rust's safety guarantees, performance, ecosystem strength, and the aging C++ codebase's limitations.

0 favorites 0 likes
← Back to home

Submit Feedback