《斯坦福大學:編程範式》第二節:基本數據類型在內存中的二進制表達

我們以C/C++爲例。 基本數據類型有: bool        1 byte char  1 byte       256個字符,其中75個字符是常用的     short  2bytes int   4bytes long  4bytes float  4 bytes double 8 bytes ---------------------------bytes----------------
相關文章
相關標籤/搜索