资源简介
这是第五版的C++ primer配套的源代码,第五版与第四版有很大的差别,对于学习第五版C++的你,值得拥有,能够省去大量的时间,把时间用在程序理解上。
代码片段和文件信息
/*
* This file contains code from “C++ Primer Fifth Edition“ by Stanley B.
* Lippman Josee Lajoie and Barbara E. Moo and is covered under the
* copyright and warranty notices given in that book:
*
* “Copyright (c) 2013 by objectwrite Inc. Josee Lajoie and Barbara E. Moo.“
*
*
* “The authors and publisher have taken care in the preparation of this book
* but make no expressed or implied warranty of any kind and assume no
* responsibility for errors or omissions. No liability is assumed for
* incidental or consequential damages in connection with or arising out of the
* use of the information or programs contained herein.“
*
* Permission is granted for this code to be used for educational purposes in
* association with the book given proper citation if and when posted or
* reproduced.Any commercial use of this code requires the explicit written
* permission of the publisher Addison-Wesley Professional a division of
* Pearson Education Inc. Send your request for permission stating clearly
* what code you would like to use and in what specific way to the following
* address:
*
* Pearson Education Inc.
* Rights and Permissions Department
* One Lake Street
* Upper Saddle River NJ 07458
* Fax: (201) 236-3290
*/
#include
int main()
{
// prompt user to enter two numbers
std::cout << “Enter two numbers:“ << std::endl;
int v1 = 0 v2 = 0;
std::cin >> v1 >> v2;
std::cout << “The sum of “ << v1 << “ and “ << v2
<< “ is “ << v1 + v2 << std::endl;
return 0;
}
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
目录 0 2014-12-05 10:32 C++primer 第五版(最新版) 源代码 程序\
目录 0 2014-12-05 10:32 C++primer 第五版(最新版) 源代码 程序\1\
文件 407 2012-08-09 16:24 C++primer 第五版(最新版) 源代码 程序\1\README.txt
文件 5163 2012-08-09 16:24 C++primer 第五版(最新版) 源代码 程序\1\Sales_item.h
文件 1603 2012-08-09 16:24 C++primer 第五版(最新版) 源代码 程序\1\add.cpp
文件 1556 2012-08-09 16:24 C++primer 第五版(最新版) 源代码 程序\1\add_item.cpp
文件 1759 2012-08-09 16:24 C++primer 第五版(最新版) 源代码 程序\1\add_item2.cpp
文件 2329 2012-08-09 16:24 C++primer 第五版(最新版) 源代码 程序\1\avg_price.cpp
目录 0 2014-12-05 10:32 C++primer 第五版(最新版) 源代码 程序\1\data\
文件 6 2012-08-09 16:24 C++primer 第五版(最新版) 源代码 程序\1\data\add
文件 46 2012-08-09 16:24 C++primer 第五版(最新版) 源代码 程序\1\data\add_item
文件 234 2012-08-09 16:24 C++primer 第五版(最新版) 源代码 程序\1\data\book_sales
文件 9 2012-08-09 16:24 C++primer 第五版(最新版) 源代码 程序\1\data\mysum
文件 37 2012-08-09 16:24 C++primer 第五版(最新版) 源代码 程序\1\data\occurs
文件 1462 2012-08-09 16:24 C++primer 第五版(最新版) 源代码 程序\1\for_ex.cpp
文件 1619 2012-08-09 16:24 C++primer 第五版(最新版) 源代码 程序\1\forcount.cpp
文件 1613 2012-08-09 16:24 C++primer 第五版(最新版) 源代码 程序\1\item_io.cpp
文件 1342 2012-08-09 16:24 C++primer 第五版(最新版) 源代码 程序\1\main_only.cpp
文件 425 2012-08-09 16:24 C++primer 第五版(最新版) 源代码 程序\1\makefile
文件 1600 2012-08-09 16:24 C++primer 第五版(最新版) 源代码 程序\1\mysum.cpp
文件 2271 2012-08-09 16:24 C++primer 第五版(最新版) 源代码 程序\1\occurs.cpp
文件 239 2012-08-09 16:24 C++primer 第五版(最新版) 源代码 程序\1\runpgms.bat
文件 1677 2012-08-09 16:24 C++primer 第五版(最新版) 源代码 程序\1\whilecount.cpp
目录 0 2014-12-05 10:32 C++primer 第五版(最新版) 源代码 程序\10\
文件 713 2012-08-09 16:24 C++primer 第五版(最新版) 源代码 程序\10\README.txt
文件 2448 2012-08-09 16:24 C++primer 第五版(最新版) 源代码 程序\10\absInt.cpp
文件 2620 2012-08-09 16:24 C++primer 第五版(最新版) 源代码 程序\10\accum.cpp
文件 1594 2012-08-09 16:24 C++primer 第五版(最新版) 源代码 程序\10\accum4.cpp
文件 2238 2012-08-09 16:24 C++primer 第五版(最新版) 源代码 程序\10\avg_price.cpp
文件 2324 2012-08-09 16:24 C++primer 第五版(最新版) 源代码 程序\10\bind2.cpp
目录 0 2014-12-05 10:32 C++primer 第五版(最新版) 源代码 程序\10\data\
............此处省略445个文件信息
- 上一篇:DES加密和RSA加密程序mfc源代码
- 下一篇:MFC 之 TabCtrl
相关资源
- DES加密和RSA加密程序mfc源代码
- c语言实验贪吃蛇游戏大作业和实验报
- detours2.1 VC6中编译方法及源代码及使用
- 空间离散点椭球拟合源代码EllipsoidF
- C++Primer第五版---高清版.zip
- 用C、C++完整防火墙源代码
- 北京浮生记控制台版C++源代码
- 矩阵求逆C++源代码
- 迷宫求解含源代码
- 通讯录管理系统含源代码
- 端口扫描VC++高级编程源代码
- 汽车修理厂管理系统(C++开发)
- c语言宿舍管理查询软件源代码数据结
- 数据结构大作业航空客运订票系统
- 操作系统C语言实现银行家算法,键盘
- C语言名题精选百则源代码
- 在MFC应用程序中浏览PDF、Word文档文件
- libx264最新稳定版本附WINDOWS下编译步骤
- LDPC源代码c语言matlab.rar
- 语音识别技术C++源代码
- 二叉树c++源代码实现查找,删除,插
- VC++写的功能非常强大的自定义列表控
- 操作系统 课程设计 C++ 读者写着问题
- 操作系统 课程设计 C++ 模拟文件系统
- 高斯投影正算C++源代码
- 实现104规约源代码
- 线性表创建,插入,删除及合并源代
- C语言实现企业员工管理系统的源代码
- 数据结构家族谱管理系统C语言源代码
- C语言:英文单词小助手源代码
评论
共有 条评论