C++ for You++: An introduction to programming and computer science/
by Maria Litvin and Gary Litvin
- U.S.A.: Skylight Publishing, c1998.
- xvii, 561mp.: ill.; 20.6cm.
Includes appendix and index.
Contents:Part 1. Programs: Syntax and style --2. A first look at a c++ program --3.Variables and constants --4. Arithmetic expressions --5. Arrays, apvector and apmatrix classes --6.Logical expressions and if-else statements --7.Iterative statements:while,for,do-while --8.The switch statement --9.Algorithms --10.Monte carlo methods --11.Pointers,references,dynamic memory allocation --12.Strings --13.Structure --14.Modularity --15. Classes --16. Templates --17.Linked lists --18. Stacks --19. Recursion --20. Queues --21. Classes: More advanced features --22.Trees --23.Expression trees --24.Heaps --25.Analysis of algorithms --26.Searching and hashing --27.Sorting --28.Inheritance.