我决定开始学习C++,选择的教材是C++之父Bjarne Stroustrup写的The C++ Programming Language 3rd.
该书有1022页,而且是英文版的,我决定用半年时间将它看完,在初步阅读中发现一句经典的话语,摘抄如下:
The purpose of learning a programming language is to become a better
programmer; that is, to become more effective at designing and implementing new systems and at
maintaining old ones. For this, an appreciation of programming and design techniques is far more
important than an understanding of details; that understanding comes with time and practice.