Computer Science: A Structured Programming Approach Using C++This book, in the words of the authors, "teaches students first how to write good functions, and then how to implement them in classes." Designed for students with no prior programming experience, the book explains each basic principle of programming first in general, language-independent terms, and then discusses how the programming construct in question is implemented in C++. Given this approach, classes are presented in the second half of the text. The book incorporates coverage of software engineering principles and procedures throughout (starting with flowcharts), with each chapter concluding with a discussion of underlying software engineering concepts. Unlike competing books that are too difficult for first-year students, Forouzan and Gilberg take special pains to make their programming examples consistent and easy to read. This careful writing makes this book a solid choice for professors looking for a book that is easy to read and follow, without compromising the material's rigor. |
What people are saying - Write a review
We haven't found any reviews in the usual places.
Contents
INTRODUCTION TO COMPUTERS 1 | |
INTRODUCTION TO THE C++ LANGUAGE 25 | |
APPENDIX E STANDARD LIBRARIES 778 | |
Copyright | |
25 other sections not shown
Other editions - View all
Common terms and phrases
algorithm ASCII assignment average binary search bubble sort calculate called function Chapter char column compile error concept constant constructor contains cout create data types decimal Declarations int default defined Demonstrate digits display double endl Enter evaluated example expression false fill character flag float numl floating-point format function call getData grade header file hexadecimal identifier include iomanip.h include iostream.h increment initialization inline function input insertion sort int main void integer iteration keyboard logic lvalue manipulators memory Module num2 operand operator output parameter pass by reference pointer postfix problem Prototype Declarations pseudocode random number recursive result return type score selection sort shown in Figure side effect sort sort algorithm stored stream structure chart structured programming switch statement Table two-dimensional array unary unsorted variable width Write a function Write a program zero