Tag: c++
All the articles with the tag "c++".
Memory Management Deep Dive — Stack, Heap, Virtual Memory & Cache
Everything you need to know about how memory actually works — from stack vs heap to virtual memory, paging, cache hierarchy, and why understanding this makes you a better engineer.
YouTube into Infinite Cloud Storage — Using C++ and Math
What if you could turn YouTube into unlimited cloud storage? I built a system that hides files inside video frames using C++ and clever math.
Ray Tracing — How I Built a Real-Time Raytracing Engine in C++
Building a real-time raytracing engine from scratch — reflections, shading, and light transport computed live on the GPU.