天天看點

《像計算機科學家一樣思考C++》導讀

《像計算機科學家一樣思考C++》導讀

像計算機科學家一樣思考c++

allen b. downey是美國olin工程學院的計算機科學副教授。他曾經在wellesley college、colby college和u.c. berkeley教授計算機科學課程。他在mit獲得學士和碩士學位,并且從u.c. berkeley獲得計算機科學博士學位。allen基于自己教授計算機程式設計課程的經驗,開創了“像計算機科學家一樣思考(how to think like a computer scientist)”的教學理念和方法,并由此編寫了幾本程式設計語言的圖書。其中,《think python》、《think complexity》由o’reilly出版;《think java》、《think c++》也廣受關注和好評。

本文僅用于學習和交流目的,不代表異步社群觀點。非商業轉載請注明作譯者、出處,并保留本文的原始連結。

<a href="https://yq.aliyun.com/articles/94839">1.2 什麼是程式</a>

<a href="https://yq.aliyun.com/articles/94840">1.3 什麼是調試</a>

<a href="https://yq.aliyun.com/articles/94844">1.4 形式語言和自然語言</a>

<a href="https://yq.aliyun.com/articles/94846">1.5 第一個程式</a>

<a href="https://yq.aliyun.com/articles/94852">1.6 術語</a>