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
C 風格陣列、std::string 與 std::vector 的取捨。
用班級成績統計的小程式,搞懂 C 風格陣列的限制、std::string、std::vector 的動態成長與迭代器,並理解為什麼 C++ 把記憶體控制權交回你手上。
為什麼 push_back 攤銷 O(1)、擴容何時用移動而非複製,以及 std::string 的小字串優化