资源简介
C++Primer中文版(第4版) PDF + 代码,内含实例代码,经典书籍
代码片段和文件信息
/*
* This file contains code from “C++ Primer Fourth Edition“ by Stanley B.
* Lippman Jose Lajoie and Barbara E. Moo and is covered under the
* copyright and warranty notices given in that book:
*
* “Copyright (c) 2005 by objectwrite Inc. Jose 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 Contracts Department
* 75 Arlington Street Suite 300
* Boston MA 02216
* Fax: (617) 848-7047
*/
#include
/* Simple main function: Read two numbers and write their sum */
int main()
{
// prompt user to enter two numbers
std::cout << “Enter two numbers:“ << std::endl;
int v1 v2;
std::cin >> v1 >> v2;
std::cout << “The sum of “ << v1 << “ and “ << v2
<< “ is “ << v1 + v2 << std::endl;
return 0;
}
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 1666 2005-02-09 15:18 c++primer第四版代码\MS_files\1\add.cpp
文件 1555 2005-02-09 15:18 c++primer第四版代码\MS_files\1\add_item.cpp
文件 1782 2005-02-09 15:18 c++primer第四版代码\MS_files\1\add_item2.cpp
文件 2191 2005-02-09 15:18 c++primer第四版代码\MS_files\1\avg_price.cpp
文件 1999 2005-02-09 15:19 c++primer第四版代码\MS_files\1\count.cpp
文件 6 2005-02-01 14:04 c++primer第四版代码\MS_files\1\data\add
文件 46 2005-02-01 14:04 c++primer第四版代码\MS_files\1\data\add_item
文件 234 2005-02-01 14:04 c++primer第四版代码\MS_files\1\data\book_sales
文件 9 2005-02-01 14:04 c++primer第四版代码\MS_files\1\data\mysum
文件 1624 2005-02-09 15:19 c++primer第四版代码\MS_files\1\forcount.cpp
文件 1476 2005-02-09 15:19 c++primer第四版代码\MS_files\1\for_ex.cpp
文件 1614 2005-02-09 15:18 c++primer第四版代码\MS_files\1\item_io.cpp
文件 1341 2005-02-09 15:19 c++primer第四版代码\MS_files\1\main_only.cpp
文件 389 2005-02-01 14:04 c++primer第四版代码\MS_files\1\makefile
文件 1592 2005-02-09 15:20 c++primer第四版代码\MS_files\1\mysum.cpp
文件 400 2005-02-01 14:04 c++primer第四版代码\MS_files\1\README.TXT
文件 275 2005-03-01 14:51 c++primer第四版代码\MS_files\1\runpgms.bat
文件 4350 2005-02-09 15:20 c++primer第四版代码\MS_files\1\Sales_item.h
文件 1963 2005-02-09 15:19 c++primer第四版代码\MS_files\1\userforcount.cpp
文件 1665 2005-02-09 15:19 c++primer第四版代码\MS_files\1\whilecount.cpp
文件 22398 2006-12-21 14:35 c++primer第四版代码\MS_files\1\whilecount.o
文件 10369 2005-02-09 15:50 c++primer第四版代码\MS_files\10\3ed_query.cpp
文件 4422 2005-02-09 15:53 c++primer第四版代码\MS_files\10\3ed_query.h
文件 3703 2005-02-09 15:50 c++primer第四版代码\MS_files\10\3ed_querymain.cpp
文件 1764 2005-02-09 15:53 c++primer第四版代码\MS_files\10\assoc_preamble.h
文件 366 2005-02-01 14:02 c++primer第四版代码\MS_files\10\data\Alice_story
文件 12 2005-02-01 14:02 c++primer第四版代码\MS_files\10\data\remove_words
文件 98 2005-02-01 14:02 c++primer第四版代码\MS_files\10\data\trans-map
文件 54 2005-02-01 14:02 c++primer第四版代码\MS_files\10\data\trans-text
文件 2134 2005-02-09 15:51 c++primer第四版代码\MS_files\10\erasemap.cpp
............此处省略370个文件信息
- 上一篇:计算机二级c语言模拟软件破解版
- 下一篇:从新手到高手C++全方位学习》+源文件
相关资源
- 精通net互操作pdf带目录
- 嗨翻C语言,head first c的中文版,高清
- C语言程序设计现代方法第2版.pdf
- 数据结构C语言版-严蔚敏PDF + 课后题代
- 数据结构 C语言版2009年-严蔚敏 高清扫
- 免费 Visual C++从入门到精通第三版 V
- 《程序员面试宝典 + 剑指Offer + 算法
- C++数值算法第二版PDF文档和源代码
- C++Primer Plus第六版中文版
- Effective C++中文版(第三版)pdf
- 侯捷老师:C++内存管理课件(PDF高清
- Data Structures and Algorithms in C++ 4th edit
- 单片机C语言程序设计实训100例--基
- C++ GUI Qt 4编程第二版.pdf中文版,含目
- 数据结构C++版习题解答与实验指导.
- C++-primer-5.mobi(适合kindle
- Visual C++网络高级编程pdf+源代码
- Visual C++从入门到精通第三版.pdf
- Hands-On Network Programming with C - Lewis Va
- Word转PDF源码-C++开发
- C++沉思录_英文版_清晰 带书签目录.
- 数据结构 C语言版2007年-严蔚敏 高清扫
- 算法c语言实现
- C语言程序设计第四版谭著高清版.PD
- 数据结构 C语言版2009年-严蔚敏 高清扫
- C++参考大全第四版中文版pdf + 英文p
- 《Boost程序库完全开发指南:深入C++“
- C++语言程序设计(第4版)清华大学教
- C++项目开发实战入门全彩版PDF1
-
Simuli
nk仿真及代码生成技术入门到精
评论
共有 条评论