C++面向对象程序设计(第六版)第一章编程题答案.doc
文本预览下载声明
INSTRUCTOR’S RESOURCE GUIDE SOLUTIONS TO PROGRAMMING PROJECTS
TO ACCOMPANY
PROBLEM
SOLVING
WITH
C++
THE OBJECT
OF PROGRAMMING
Sixth Edition
Walter Savitch
UNIVERSITY OF CALIFORNIA, SAN DIEGO
This instructor’s manual is based on the fourth edition.
/savitch
and please visit our general computer science and engineering web site at:
/cs
Copyright ? 2007 by Addison-Wesley Publishing Company
All right reserved. No part of this publication may be reproduced, stored in a retrieval system, or transmitted, in any form or by any means, electronic, mechanical, photo-copying, recording, or any other media embodiments now known or hereafter to become known, without the prior written permission of the publisher. Manufactured in the United States of America.
Many of the designations used by manufacturers and sellers to distinguish their products are claimed as trademarks. Where these designations appear in this book, and the publisher was aware of a trademark claim, the designations have been printed in initial caps or all caps.
The programs and the applications presented in this book have been included for their instructional value. They have been tested with care but are not guaranteed for any particular purpose. The publisher does not offer any warranties or representations, nor does it accept any liabilities with respect to the programs or applications.
Addison-Wesley Publishing Company
2725 Sand Hill Road
Menlo Park, CA 94025
Contents
Preface
Chapter 1 Introduction to Computers and C++ Programming
Chapter 2 C++ Basics
Chapter 3 More Flow of Control
Chapter 4 Procedural Abstraction and Functions that Return a Value
Chapter 5 Functions for all Subtasks
Chapter 6 I/O Streams as an Introduction to Objects and Classes
Chapter 7 Arrays
Chapter 8 Strings and Vectors
Chapter 9 Pointers and Dynamic Arrays
Chapter 10 Defining Classes
Chapter 11 Friends and Overloaded Operators
Chapter 12 Separate Compilation and Namespaces
显示全部