Hi, I'm JieQi 👋
I'm a final year computer science undergrad at the National University of Singapore. I use this site to document stuff I've done over the years.
Recent Posts
-
C++: Polymorphism - Templates Pt 1
How templates turn one body into many functions: instantiation, mangled symbols, and deduplication across translation units.
-
C++: Polymorphism - Overloading
How function and operator overloading work under the hood: overload resolution, name mangling, and why it all costs nothing at runtime.
-
C++: Five Special Member Functions
-
-
C++: Polymorphism - Virtual Dispatch
-