C++ For Computer Science And Engineering

Preparing link to download Please wait... Download

E-Book Overview

For CS1 and other courses covering beginning programming in C++. It is aimed at readers with little or no programming experience. It can be used both in Computer Science and Engineering programs as a first course in programming. It is in use at Illinois Central College in the Cmpsc 125 Introduction to C++ and Engr 230 Engineering Applications in C++ courses. The Fourth Edition has been updated to use Microsofts Visual Studio .NET 2005 compiler

E-Book Content

C++ for Computer Science and Engineering (4th Edition) Vic Broquard Broquard eBooks 103 Timberlane East Peoria, IL 61611 [email protected] ISBN: 0-9705697-2-6 C++ for Computer Science and Engineering Vic Broquard Copyright 2000, 2002, 2003, 2006 by Vic Broquard All rights reserved. No part of this book may be reproduced or transmitted in any form without written permission of Vic Broquard. Fourth Edition ISBN: 0-9705697-2-6 Brief Table of Contents 1 2 3 4 5 6 7 8 9 10 11 12 13 Introduction to Programming Numerical Processing Additional Processing Details Decisions Files and Loops Writing Your Own Functions More on Functions Character Processing and Do Case Arrays Using Arrays Strings Multidimensional Arrays Structures Appendix A: How to Use Microsoft’s Visual C++ .NET 2005 Compiler Appendix B: How to Use Microsoft’s Visual C++ .NET 2002 Compiler Appendix C: How to Use Microsoft’s Visual C++ Version 6.0 Compiler Index To all of my dedicated, persevering students, and to L. Ron Hubbard, who taught me to “Simplify” Preface This book assumes you have no previous programming background. It uses a step-by-step building block approach to gradiently learn how to solve computer science and engineering problems in the C++ l