c++编程学习复习笔记(一 基础)

面向对象概述与C++输入输出 使用<iostream>时,由于C++的标准库中所有标识符都被定义于一个名为std的namespace中,因此其后必须带上语句“using namespace std;”. #include <iostream> #include <iomanip> using namespace std; int main() { float a = 23.4563243; c
相关文章
相关标签/搜索