# Linux 核心設計: 第 3 週課堂互動工作區
## jserv
Q: 如何在 C (with GNU extension) 實作類似 [C++ auto_ptr](https://openhome.cc/Gossip/CppGossip/autoPtr.html) 呢?
A: 參見 [Implementing smart pointers for the C programming language](https://snai.pe/posts/c-smart-pointers)
## 黃柏愷
- 隨堂測驗下的 Xor linked-list 如何將 left 跟 right 的 lxr 操作同時進行
- ABA problem