资源简介
这本书的例题和课后习题很多,而且作者写代码的整洁性、和软件工程的密切结合都是我喜欢这边书的原因,这两父子写的书从C C++ Java的我都喜欢

代码片段和文件信息
// Calculate the product of three integers
#include // allows program to perform input and output
using namespace std; // program uses names from the std namespace
// function main begins program execution
int main()
{
int x; // first integer to multiply
int y; // second integer to multiply
int z; // third integer to multiply
int result; // the product of the three integers
cout << “Enter three integers: “; // prompt user for data
cin >> x >> y >> z; // read three integers from user
result = x * y * z; // multiply the three integers; store result
cout << “The product is “ << result << endl; // print result; end line
} // end function main
/**************************************************************************
* (C) Copyright 1992-2010 by Deitel & Associates Inc. and *
* Pearson Education Inc. All Rights Reserved. *
* *
* DISCLAIMER: The authors and publisher of this book have used their *
* best efforts in preparing the book. These efforts include the *
* development research and testing of the theories and programs *
* to determine their effectiveness. The authors and publisher make *
* no warranty of any kind expressed or implied with regard to these *
* programs or to the documentation contained in these books. The authors *
* and publisher shall not be liable in any event for incidental or *
* consequential damages in connection with or arising out of the *
* furnishing performance or use of these programs. *
**************************************************************************/
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 1785 2009-08-20 16:51 C++大学教学第七版课后习题源码\ch02solutions\ex02_05.cpp
文件 1751 2009-08-20 16:51 C++大学教学第七版课后习题源码\ch02solutions\ex02_16.cpp
文件 1480 2009-08-20 16:51 C++大学教学第七版课后习题源码\ch02solutions\ex02_17.cpp
文件 1753 2009-08-20 16:51 C++大学教学第七版课后习题源码\ch02solutions\ex02_18.cpp
文件 2496 2009-08-20 16:51 C++大学教学第七版课后习题源码\ch02solutions\ex02_19.cpp
文件 1618 2009-08-20 16:51 C++大学教学第七版课后习题源码\ch02solutions\ex02_20.cpp
文件 1805 2009-08-20 16:51 C++大学教学第七版课后习题源码\ch02solutions\ex02_21.cpp
文件 2832 2009-08-20 16:51 C++大学教学第七版课后习题源码\ch02solutions\ex02_23.cpp
文件 1605 2009-08-20 16:51 C++大学教学第七版课后习题源码\ch02solutions\ex02_24.cpp
文件 1736 2009-08-20 16:51 C++大学教学第七版课后习题源码\ch02solutions\ex02_25.cpp
文件 1863 2009-08-20 16:51 C++大学教学第七版课后习题源码\ch02solutions\ex02_26.cpp
文件 1560 2009-08-20 16:51 C++大学教学第七版课后习题源码\ch02solutions\ex02_27.cpp
文件 1712 2009-08-20 16:51 C++大学教学第七版课后习题源码\ch02solutions\ex02_28.cpp
文件 2946 2009-08-20 16:51 C++大学教学第七版课后习题源码\ch02solutions\ex02_29.cpp
文件 2016 2009-08-20 16:51 C++大学教学第七版课后习题源码\ch02solutions\ex02_30.cpp
文件 1957 2009-08-20 16:51 C++大学教学第七版课后习题源码\ch02solutions\ex02_31.cpp
文件 2001 2009-08-20 16:51 C++大学教学第七版课后习题源码\ch03solutions\Ex03_11\ex03_11.cpp
文件 2601 2009-08-20 16:51 C++大学教学第七版课后习题源码\ch03solutions\Ex03_11\GradeBook.cpp
文件 1954 2009-08-20 16:51 C++大学教学第七版课后习题源码\ch03solutions\Ex03_11\GradeBook.h
文件 2512 2009-08-20 16:51 C++大学教学第七版课后习题源码\ch03solutions\Ex03_12\Account.cpp
文件 1516 2009-08-20 16:51 C++大学教学第七版课后习题源码\ch03solutions\Ex03_12\Account.h
文件 2578 2009-08-20 16:51 C++大学教学第七版课后习题源码\ch03solutions\Ex03_12\ex03_12.cpp
文件 2500 2009-08-20 16:51 C++大学教学第七版课后习题源码\ch03solutions\Ex03_13\ex03_13.cpp
文件 3526 2009-08-20 16:51 C++大学教学第七版课后习题源码\ch03solutions\Ex03_13\Invoice.cpp
文件 2193 2009-08-20 16:51 C++大学教学第七版课后习题源码\ch03solutions\Ex03_13\Invoice.h
文件 2580 2009-08-20 16:51 C++大学教学第七版课后习题源码\ch03solutions\Ex03_14\Employee.cpp
文件 1854 2009-08-20 16:51 C++大学教学第七版课后习题源码\ch03solutions\Ex03_14\Employee.h
文件 2812 2009-08-20 16:51 C++大学教学第七版课后习题源码\ch03solutions\Ex03_14\ex03_14.cpp
文件 2292 2009-08-20 16:51 C++大学教学第七版课后习题源码\ch03solutions\Ex03_15\Date.cpp
文件 1687 2009-08-20 16:51 C++大学教学第七版课后习题源码\ch03solutions\Ex03_15\Date.h
............此处省略852个文件信息
- 上一篇:goeasy-0.1.jar
- 下一篇:Android 天气预报加widget源码
相关资源
- JAVA经典练习题
- 《软件设计模式(Java版)》每章习题
- [数据结构Java版第4版][叶核亚][习题解
- jsp程序设计课后习题答案227159
- 疯狂JAVA讲义课后习题解析
- Java设计模式刘伟课后习题答案
- 《Java设计模式》刘伟 课后习题及模拟
- 蓝桥杯VIP习题及答案
- JAVA程序设计教程课后习题答案
- 《Java设计模式》课后习题参考答案
- java习题练习很简单很基础很有必要学
- 数据结构与算法分析_java语言描述_M
- C++程序设计语言特别版 Bjarne Stroustr
- 数据结构与算法Java描述 习题答案
- 300道HTML、CSS习题及面试题含答案
- 自考 Java语言程序设计一课程代码:
- java程序语言设计第十版复习题答案
- java程序语言设计原书第十版基础复习
- 数据结构与算法分析Java描述习题答案
- 《java开发实战经典》第二版李兴华课
- Thinking in Java 4th Edition Annotated Solutio
- Java语言面向对象程序设计实验指导与
- Java语言程序设计(基础篇)课后习题
- java 语言程序设计 第十版 复习题答案
- Introduction to Java Programming的原码+习题
- 四川轻化工大学Java复习题-王非老师版
- java程序设计实用教程 (第3版) 课后
- 徐传运 JAVA高级程序设计课后习题答案
- Java2实用教程第三版PDF+WORD版含源码以
- 数据结构与算法分析——java语言描述
评论
共有 条评论