资源简介
这是一本关于C++大学教程后面练习答案的参考书。能够帮助大家解决问题
代码片段和文件信息
// 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
文件 55145 2017-03-01 20:00 C++大学教程答案\ch03solutions\Ex03_11\Debug\ex03_11.obj
文件 229481 2017-03-01 20:00 C++大学教程答案\ch03solutions\Ex03_11\Debug\GradeBook.exe
文件 369980 2017-03-01 20:00 C++大学教程答案\ch03solutions\Ex03_11\Debug\GradeBook.ilk
文件 73400 2017-03-01 20:00 C++大学教程答案\ch03solutions\Ex03_11\Debug\GradeBook.obj
I.A.... 2063284 2017-03-01 20:00 C++大学教程答案\ch03solutions\Ex03_11\Debug\GradeBook.pch
文件 558080 2017-03-01 20:00 C++大学教程答案\ch03solutions\Ex03_11\Debug\GradeBook.pdb
文件 74752 2017-03-01 20:00 C++大学教程答案\ch03solutions\Ex03_11\Debug\vc60.idb
文件 102400 2017-03-01 20:00 C++大学教程答案\ch03solutions\Ex03_11\Debug\vc60.pdb
文件 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
文件 3841 2017-03-01 20:01 C++大学教程答案\ch03solutions\Ex03_11\GradeBook.dsp
文件 543 2017-03-01 20:01 C++大学教程答案\ch03solutions\Ex03_11\GradeBook.dsw
文件 1954 2009-08-20 16:51 C++大学教程答案\ch03solutions\Ex03_11\GradeBook.h
文件 33792 2017-03-01 20:01 C++大学教程答案\ch03solutions\Ex03_11\GradeBook.ncb
............此处省略895个文件信息
相关资源
- [文字版]C+++Templates简体中文版
- 数据结构与算法分析C++版 Clifford A.
- 用VC++编写的利用MITK读取五种图片格式
- Visual C++利用OpenCV对图像进行人脸识别
- C++基础与提高-王桂林-4rd.pdf
- VC++ socket 聊天室客户端
- 易学C++教程PDF版
- 支持向量机中smo算法c++实现
- 一个chord算法的c++实现
- 杂凑算法SM3的C++实现
- C++写的贪吃蛇(含源代码和注释,采
- mfc树形控件201037
- c++ Include头文件资源包
- 江苏省二级计算机等级考试c++模拟软
- IDA_plug-in_writing_in_C_or_C++.rar
- C++ STL参考手册
- 数据结构C语言版第2版课后习题答案
- C++编程最佳实践(腾讯员工培训资料
- Cryptography in C and C++
- c++标准程序库《》侯杰
- 打开DCM图像,C++
- 北京邮电大学大一C++期末考题.zip
- c++面试题题目集锦
- 传智播客扫地僧C++STL.zip
- Microsoft Visual C++ 2005 Redistributable Pack
- GPS RINEX o文件、n文件和sp3文件c++读取
- 点云数据txt格式
- 网络编程HttpServer c++实现
- VC++帮助文档
- C++ High PerformanceA Boost and optimize the p
评论
共有 条评论