- Hands-On System Programming with C++
- Dr. Rian Quinn
- 54字
- 2021-07-02 14:42:36
Exploring C and C++ default types
The C and C++ languages come with several built-in types that come with the language, without the need for additional header files or language features. In this section, we will be discussing the following:
- char, wchar_t
- short int, int, long int
- float, double, long double
- bool (C++ only)
推薦閱讀
- Mastering Ninject for Dependency Injection
- R數(shù)據(jù)科學(xué)實(shí)戰(zhàn):工具詳解與案例分析(鮮讀版)
- 數(shù)據(jù)庫應(yīng)用基礎(chǔ)教程(Visual FoxPro 9.0)
- Python數(shù)據(jù)分析:基于Plotly的動(dòng)態(tài)可視化繪圖
- SQL Server 2012數(shù)據(jù)庫管理教程
- Hadoop集群與安全
- Chef Essentials
- Mastering LOB Development for Silverlight 5:A Case Study in Action
- Python數(shù)據(jù)分析從小白到專家
- Visual Studio 2012 and .NET 4.5 Expert Development Cookbook
- Oracle 11g數(shù)據(jù)庫管理員指南
- Delphi High Performance
- 云原生架構(gòu):從技術(shù)演進(jìn)到最佳實(shí)踐
- NoSQL數(shù)據(jù)庫原理(第2版·微課版)
- 代碼的未來