Programming and Problem Solving With C++/
by Dale, Nell
- Lexington, Massachusetts D.C. Health and Company, c1996
- viii,1155 illus. 23 cm
include index
1.Overview of Programming and Problem Solving.--2.C++Syntax and Semantics, and the program Development Process.--3.Arithmetic Expressions, Function Calls and output.--4.Program input and the software design Progress.--5.conditions, logical expressions, and selection control structures.--6.Looping.--7.Functions.--8.Scope,Lifetime, and more on functions.--9.Additional control structures.--Simple data types: Built-in and user-Defined.--11.One-Dimensional Arrays.--12.Applied Arrays: Lists and strings.--13.Multidimensional arrays.--124.Records (C++Structs).--15.Classes and data abstraction.--16.Object-Oriented Software Development.--17.Pointers,Dynamic data, and reference types.--18.Linked structures.--19.Recursion