UeduGPTs
Jupyters
Local AI
Memory Usage
CPU Usage
Disk Usage
Daily Traffic
Show a desktop notification when the AI TA finishes replying
Notify me when classmates post messages in the forum
Play an alert sound whenever there is a new notification
class、建構與解構、封裝、繼承與 virtual 多型。
從封裝、建構解構到 virtual 多型,親手寫出符合慣例的 C++ 物件導向,並理解 vtable 成本與三/五/零法則背後的設計取捨。
從一個物件在記憶體裡的真實佈局出發,拆解 vtable 動態分派、多重繼承的 this 位移、RTTI,再到 CRTP 與型別抹除這兩條現代零成本路線