第二十一講
正向幻想
我想應該是像叔叔一樣的生活吧,靠著投資為主本業為輔的生活,我想當個打打程式且不被薪水跟進度摧殘的程式設計師,百分之百的享受寫程式帶來的成就感而不因是主要收入來源而討厭。
想著清晨 6:30 起床,吃著早餐看本書到 7:30,運動到 9:00 並回家洗澡,10:00上班 ~ 17:00 下班吃飯,參加著某個社團活動到 21:00 回家,23:00 就寢。
六日在家的話,同樣行程到 10:00 便睡到中午吃中餐,下午出門找朋友,不在家的話就用心地玩。
讀書心得 - 大腦衝浪 - 第二十一講
Related Posts:
讀書心得 - C++ Primer (5th Edition) - Chapter 4 (2) - Type Conversions Type Conversions Implicit Conversions 型別轉換,大部分轉換都是看是否能轉換成 int,例如 char, bool, 和 short。 bool flag; char cval; short sval; unsigned short usval; int ival; unsigned … Read More
讀書心得 - C++ Primer (5th Edition) - Chapter 2 (4) - 常用詞彙 常用詞彙 bind Associating a name with a given entity so that uses of the name are uses of the underlying entity. For example, a reference is a name that is bound to an object. compound type … Read More
讀書心得 - C++ Primer (5th Edition) - Chapter 3 (4) - 常用詞彙 常用詞彙 buffer overflow Serious programming bug that results when we use an index that is out-of-range for a container, such as a string, vector, or an array. … Read More
讀書心得 - C++ Primer (5th Edition) - Chapter 4 (3) - 常用詞彙 常用詞彙 arithmetic conversion A conversion from one arithmetic type to another. In the context of the binary arithmetic operators, arithmetic conversions usually attempt to … Read More
讀書心得 - C++ Primer (5th Edition) - Chapter 5 (1) - Statement Statement Simple Statements expression 加上 ; 作為結尾視為 statement。 a + 5 // expression a + 5; // statement ; // null statement Compound Statements (Blocks) 在 { } 中間一連串的 statements … Read More
0 意見:
張貼留言