[置頂]

書單: 安迪葛洛夫:Only paranoid survives.

May 3, 2008

候捷曾開放的四本電子書

候捷曾開放的四本電子書:
* 「Windows 95 系統程式設計 - 虛擬機器與 VxD 程式設計」
   (System Programming for Windows 95)
   Walter Oney

Walter Oney 在 amazon 上最近一次出的書是 2002/12/31 出版的
Programming the Microsoft Windows Driver Model 2/e
黑色封面。坐在我旁邊的某長輩有買所以我有幸可以看 :)

* 「Windows 95 程式設計指南」 李書良翻譯,候捷總監
   (Windows 95 : A Developer's Guid)
   Jeffrey Richter
Jeffrey 在 90年代出的書多半以「Developer's Guid」或是「Advanced Windows」為名
候捷曾經推荐過的 Advanced Windows 3/e 可能是這一本 (1997/02 出版)
http://www.amazon.com/Advanced-Windows-Jeffrey-Richter/dp/1572315482/ref=sr_1_13?ie=UTF8&s=books&qid=1209775917&sr=1-13
再前一本是一個以繪畫為封面的 Advanced Windows (1995/02 出版)

1999/09 出版了 Programming Applications for Microsoft Windows
也正是我現階段必須讀的
2000/03 與 Jason D. Clark 合著 Programming Server-Side Applications for Microsoft Windows 2000
2002/06 與 Francesco Balena 合著 「Applied Microsoft .NET Framework Programming in Microsoft Vistual Basic .NET」
2003/05 推出「Applied Microsoft .NET Framework Programming in C# Collection」
2006/02 推出「CLR via C# 2/e」
2006/06 推出「Microsoft .NET Framework 2.0 Poster Pack」
2007/12 推出「Windows via C/C++」(與 Christophe Nasarre合著)

註:CLR 就是 Common Language Runtime, http://en.wikipedia.org/wiki/Common_Language_Runtime 有很清楚的說明
C#, VB.NET, 或其他.NET語言寫出來的程式經過compiler 後變成CLI(以前叫MSIL)的bytecode, runtime再由 Just-in-time compiler 轉化為機器可執行的 Native code.
但是也可以直接在 compile time 轉為 Native code.

這樣的好處是寫程式時不必再考慮跟CPU相關的細節。


* 「Windows 95 系統程式設計 大奧秘」
   (Windows 95 System Programming SECRETs)
   Matt Pietrek

* 「深入淺出 MFC 2/e」

No comments: