Computer Science : A Structured Programming Approach Using C++ (2ND)

個数:

Computer Science : A Structured Programming Approach Using C++ (2ND)

  • 在庫がございません。海外の書籍取次会社を通じて出版社等からお取り寄せいたします。
    通常6~9週間ほどで発送の見込みですが、商品によってはさらに時間がかかることもございます。
    重要ご説明事項
    1. 納期遅延や、ご入手不能となる場合がございます。
    2. 複数冊ご注文の場合、分割発送となる場合がございます。
    3. 美品のご指定は承りかねます。
  • 【入荷遅延について】
    世界情勢の影響により、海外からお取り寄せとなる洋書・洋古書の入荷が、表示している標準的な納期よりも遅延する場合がございます。
    おそれいりますが、あらかじめご了承くださいますようお願い申し上げます。
  • ◆画像の表紙や帯等は実物とは異なる場合があります。
  • ◆ウェブストアでの洋書販売価格は、弊社店舗等での販売価格とは異なります。
    また、洋書販売価格は、ご注文確定時点での日本円価格となります。
    ご注文確定後に、同じ洋書の販売価格が変動しても、それは反映されません。
  • 製本 Paperback:紙装版/ペーパーバック版/ページ数 912 p.
  • 言語 ENG
  • 商品コード 9780534374808
  • DDC分類 005.133

Full Description

Based on the tenet that good habits are formed early, authors Behrouz Forouzan and Richard Gilberg emphasize the principles of structured programming and software engineering. Every complete program uses a consistent style. As programs are analyzed, styles and standards are further explained. Whenever possible, the authors develop the principle of a subject before they introduce the language implementation so the student understands the concept before dealing with the nuances of C++. Also, the vast array of figures and tables connects visually with students. By integrating software engineering principles and encouraging the student to resist the temptation to immediately code, the text builds a solid foundation in problem solving.

Contents

Introduction To Computers: Computer Systems; Computer Hardware; Computer Software; Computing Environments; Computer Languages; Writing, Editing, Compiling And Linking Programs; Program Execution; System Development; Tips And Common Programming Errors; Key Terms; Summary; Practice Sets. Introduction To The C++ Language: Background; C++ Programs; Identifiers; Data Types; Variables; Constants; Coding Constants; Reading And Writing Data; Programming Examples; Tips And Common Programming Errors; Key Terms; Summary; Practice Sets. Structure Of A C++ Program: Expressions; Precedence And Associativity; Side Effects; Evaluating Expressions; Mixed Type Expressions; Statements; Sample Programs; Tips And Common Programming Errors; Key Terms; Summary; Practice Sets. Functions: Designing Structured Programs; Functions In C++; User-Defined Functions; Default Parameter Arguments; Standard Library Functions; Scope; A Programming Example - Calculator Program; Tips And Common Programming Errors; Key Terms; Summary; Practice Sets. Selection - Making Decisions: Logical Data And Operators; Two-Way Selection; Multiway Selection; More Standard Library Functions; A Menu Program; Tips And Common Programming Errors; Key Terms; Summary; Practice Sets. Repetition: Concept Of A Loop; Pre-Test And Post-Test Loops; Initialization And Updating; Event-Controlled And Counter-Controlled Loops; Loops In C++; Loop Examples; Other Statements Related To Looping; Looping Applications; Recursion; A Programming Example -The Calculator Program; Tips And Common Programming Errors; Key Terms; Summary; Practice Sets. Text Files: Concept Of A File; Files And Streams; Standard Library Input/Output Functions; Formatting Input And Output; File Example; Character Input/Output Functions; Character Input/Output Examples; Detecting File Errors; Tips And Common Programming Errors; Key Terms; Summary; Practice Sets. Arrays: Concepts; Using Arrays In C++; Arrays And Functions; Array Applications; Sorting; Searching; Two-Dimensional Arrays; Multidimensional Arrays; Programming Example - Calculate Row And Column Averages; Tips And Common Programming Errors; Key Terms; Summary; Practice Sets. Pointers: Concepts; Pointer Variables; Accessing Variables Through Pointers; Pointer Declaration And Definition; Initialization Of Pointer Variables; Pointers And Functions; Pointers To Pointers; Compatibility; Lvalue And Rvalue; Pointer Applications; Arrays And Pointers; Pointer Arithmetic And Arrays; Passing An Array To A Function; Understanding Complicated Declarations; Memory Allocation Functions; Array Of Pointers; Programming Application; Tips And Common Programming Errors; Key Terms; Summary; Practice Sets; Derived Types - Enumeration: Structure, And Union; The Type Definition (Typedef); Enumerated Types; Structure; Accessing Structures; Complex Structures; Array Of Structures; Unions; Tips And Common Programming Errors; Key Terms; Summary; Practice Sets. Classes.