big c++ 读书笔记
摘要:
第4章 基本控制流 零警告编译 int pennies = static_cast<int>(100 * (amount_due - amount_paid));输入确定#include<iostream>#include<string>#include<cmath>using namespace std;int main(){double area... 阅读全文
posted @ 2010-01-23 00:54 alon 阅读(354) 评论(0) 推荐(0) 编辑