原创 C++頭文件一覽表

C/傳統 C++ #include <assert.h>    設定插入點 #include <ctype.h>    字符處理 #include <errno.h>     定義錯誤碼 #include <float.h>    浮

原创 學習C++的50條忠告

1.把C++當成一門新的語言學習; 2.看《Thinking In C++》,不要看《C++變成死相》; 3.看《The C++ Programming Language》和《Inside The C++ Object Model》