📌 置頂: 請把任何比你弱勢的用路人當作你的至親對待。跟前車保持安全車距 (2秒以上)。

Object-oriented design patterns in the kernel, part 1 中文翻譯

In

,

Tags:



by

            Object-oriented design patterns in the kernel, part 1
                               Neil Brown
                              June 1, 2011
                      http://lwn.net/Articles/444910/
                              
                                中文翻譯
                                 呂紹榕
                         [email protected]
                                29/07/2016

 

https://paper.dropbox.com/doc/Object-oriented-design-patterns-in-the-kernel-part-1–kkc4L7OdvowY07GTfaOWZ#:uid=936563413&h2=Method-Dispatch

看了幾個 OOP 的文章與教學[1][2][3]後還是搞不懂,因為想要搞懂 OOP 在 C 當中如何運作,所以嘗試著翻譯這篇文章[4],希望可以清楚的理解在 C 跟 Linux 中如何運用 OOP。

翻譯正在進行中,會有尚未翻譯跟不通順的地方,歡迎前輩們到 https://paper.dropbox.com/doc/Object-oriented-design-patterns-in-the-kernel-part-1–kkc4L7OdvowY07GTfaOWZ#:uid=936563413&h2=Method-Dispatch 協助翻譯。

[1]: https://embedded2016.hackpad.com/ep/pad/static/CH64GFFiviW
[2]: https://embedded2015.hackpad.com/Object-Oriented-Programming-in-C-Xz4AOssZPCj
[3]: http://c.learncodethehardway.org/book/ex19.html
[4]: http://lwn.net/Articles/444910/


Comments

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.