资源简介
英文版的,源代码与是否是英文无关。C++ primer第五版英文版pdf+全书源代码。
代码片段和文件信息
/*
* 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;
}
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 52803022 2017-01-04 22:53 C++primer第五版.pdf
目录 0 2018-01-14 23:58 C++Primer第五版课本源代码\
目录 0 2018-01-14 23:58 C++Primer第五版课本源代码\1\
目录 0 2018-01-14 23:58 C++Primer第五版课本源代码\10\
文件 2322 2012-08-16 18:50 C++Primer第五版课本源代码\10\absInt.cpp
文件 2616 2012-08-16 18:50 C++Primer第五版课本源代码\10\accum.cpp
文件 1594 2012-08-16 18:50 C++Primer第五版课本源代码\10\accum4.cpp
文件 2238 2012-08-16 18:50 C++Primer第五版课本源代码\10\avg_price.cpp
文件 2423 2012-08-16 18:50 C++Primer第五版课本源代码\10\bind2.cpp
目录 0 2018-01-14 23:58 C++Primer第五版课本源代码\10\data\
文件 65 2012-08-16 18:50 C++Primer第五版课本源代码\10\data\absInt
文件 70 2012-08-16 18:50 C++Primer第五版课本源代码\10\data\accum
文件 234 2012-08-16 18:50 C++Primer第五版课本源代码\10\data\book_sales
文件 50 2012-08-16 18:50 C++Primer第五版课本源代码\10\data\count-size
文件 45 2012-08-16 18:50 C++Primer第五版课本源代码\10\data\iostream_iter
文件 51 2012-08-16 18:50 C++Primer第五版课本源代码\10\data\outFile1
文件 46 2012-08-16 18:50 C++Primer第五版课本源代码\10\data\outFile2
文件 19 2012-08-16 18:50 C++Primer第五版课本源代码\10\data\rcomma
文件 709 2012-08-16 18:50 C++Primer第五版课本源代码\10\data\readme
文件 11 2012-08-16 18:50 C++Primer第五版课本源代码\10\data\reverse-iter
文件 12 2012-08-16 18:50 C++Primer第五版课本源代码\10\data\use_find
文件 3341 2012-08-16 18:50 C++Primer第五版课本源代码\10\elimDups.cpp
文件 2001 2012-08-16 18:50 C++Primer第五版课本源代码\10\equal.cpp
文件 1762 2012-08-16 18:50 C++Primer第五版课本源代码\10\equiv-istream-iter.cpp
文件 350 2012-08-16 18:50 C++Primer第五版课本源代码\10\foo2
文件 2484 2012-08-16 18:50 C++Primer第五版课本源代码\10\inserters.cpp
文件 2370 2012-08-16 18:50 C++Primer第五版课本源代码\10\iostream_iter.cpp
文件 3040 2012-08-16 18:50 C++Primer第五版课本源代码\10\lambda.cpp
文件 627 2012-08-16 18:50 C++Primer第五版课本源代码\10\makefile
文件 4647 2012-08-16 18:50 C++Primer第五版课本源代码\10\newcount-size.cpp
文件 1950 2012-08-16 18:50 C++Primer第五版课本源代码\10\ostreamIter2.cpp
............此处省略444个文件信息
相关资源
- 基于winPcap开发嗅探器c++,带界面
- Visual C++2010 CLR开发电子书+源程序
- C++ primer第五版(高清版)pdf+全书源代
- 轻松搞定C++语言pdf有详细目录
- DX11,DX图形设计游戏跳一跳C++实现.
- Essential C++源代码
- The C++ Programming Language中文版
- 海康 最新的 sdk demo c++
- 数据结构与程序设计C++语言描述(中
- C++网络编程(卷I和卷II高清扫描版)
- A Tour of C++ (2nd Edition)
- C++读取Excel源代码
- 完整串口通信程序Vc++源代码
- 组态软件设计与开发PDF+源代码
- 清华 数据结构(C++语言版)第三版
- 明日科技C++从入门到精通(第3版)随
- C++入门经典.
- VC++6.0_win10兼容_番茄助手
- Ymodem协议 完整MFC工程C++实现
- QT5 GUI C++编程Cookbook()
- 数据结构C++版邓俊辉 第三版 带习题
- vc++-MFC画圆
- C++程序设计语言经典书籍C++圣经
- 传智播客旗下黑马程序员c++视频课程
- c++调用webservice(包括静态和动态以及
- Effective C++中文第三版和More Effective
- Windows下libevent C++封装类实现
- vc++ 五子棋
- 匠心精作C++从0到1入门编程-学习编程
- C++ GUI Qt4编程第二版电子书pdf
评论
共有 条评论