DEV Community

Wang - C++ Developer profile picture

Wang - C++ Developer

C++ engineer specializing in debugging legacy systems, memory safety, and modern C++ refactoring. I write practical guides that help teams solve real production problems.

Location Europe Joined Joined on 
C++ Crash Pattern S2 — Heap Corruption Crashes: How to Diagnose and Fix Them

C++ Crash Pattern S2 — Heap Corruption Crashes: How to Diagnose and Fix Them

Comments
8 min read
C++ Crash Pattern S1 — Clean Backtrace Crashes: How to Diagnose and Fix Them

C++ Crash Pattern S1 — Clean Backtrace Crashes: How to Diagnose and Fix Them

Comments
6 min read
Beyong New and Delete: from auto_ptr to unique_ptr

Beyong New and Delete: from auto_ptr to unique_ptr

Comments
6 min read
C++ Crash Patterns Overview: A Practical, Symptom‑First Guide to Debugging Crashes

C++ Crash Patterns Overview: A Practical, Symptom‑First Guide to Debugging Crashes

Comments
5 min read
Finding Memory Leaks in Legacy C++ Applications with Valgrind

Finding Memory Leaks in Legacy C++ Applications with Valgrind

Comments
5 min read
Beyond new and delete: to Weak Pointer

Beyond new and delete: to Weak Pointer

Comments
3 min read
loading...