Tags
Language
Tags
March 2024
Su Mo Tu We Th Fr Sa
25 26 27 28 29 1 2
3 4 5 6 7 8 9
10 11 12 13 14 15 16
17 18 19 20 21 22 23
24 25 26 27 28 29 30
31 1 2 3 4 5 6

A Computer Science Tapestry: Exploring Computer Science with C++, 2nd Edition (Repost)

Posted By: Specialselection
A Computer Science Tapestry: Exploring Computer Science with C++, 2nd Edition (Repost)

Owen L. Astrachan, "A Computer Science Tapestry: Exploring Computer Science with C++, 2nd Edition"
McGraw Hill Higher Education | English | 2001-01-01 | ISBN: 0071217193 | 820 pages | PDF | 5.27 mb

This book covers basic concepts in programming, program design and computer science along with giving students a good introduction to the C++ language. In the new edition, Astrachan has put more emphasis on object-oriented programming by introducing a graphics library and including a new chapter on object-oriented techniques. He has also added new case studies and "design tips."

Features:
- String and vector classes are used rather than C-style strings and arrays.
- This emphasizes the C++ programming language and is consistent with the proposed ANSI standard.
- This text features exercises following each section, as well as Case Studies/Design Projects at the end of every chapter.
- This reinforces concepts and helps students begin to apply what they are learning.
- More than 130 complete, commented programs are included within this book.
- These programs allow students to begin using their computers to apply concepts.
- This text features an appendix which concisely covers basic rules of C++.
- This is a good reference source for students to turn to when they need assistance implementing C++ code.
- Students learn to read, modify and enhance programs before writing them from scratch.
- This allows students to begin understanding how programs work right from the start and eases them into writing programs from scratch.
- Presents standard, procedural ways of programming and object-oriented in parallel.