C++ in 24 Hours, Sams Teach Yourself (Sams Teach Yourself) (6TH)

個数:
  • ポイントキャンペーン

C++ in 24 Hours, Sams Teach Yourself (Sams Teach Yourself) (6TH)

  • ウェブストア価格 ¥6,064(本体¥5,513)
  • Sams Publishing(2016/10発売)
  • 外貨定価 US$ 34.99
  • ゴールデンウィーク ポイント2倍キャンペーン対象商品(5/6まで)
  • ポイント 110pt
  • 在庫がございません。海外の書籍取次会社を通じて出版社等からお取り寄せいたします。
    通常6~9週間ほどで発送の見込みですが、商品によってはさらに時間がかかることもございます。
    重要ご説明事項
    1. 納期遅延や、ご入手不能となる場合がございます。
    2. 複数冊ご注文の場合、分割発送となる場合がございます。
    3. 美品のご指定は承りかねます。

  • ウェブストア価格 ¥5,938(本体¥5,399)
  • Sams Publishing(2016/10発売)
  • 外貨定価 UK£ 25.99
  • ゴールデンウィーク ポイント2倍キャンペーン対象商品(5/6まで)
  • ポイント 106pt
  • 提携先の海外書籍取次会社に在庫がございます。通常約2週間で発送いたします。
    重要ご説明事項
    1. 納期遅延や、ご入手不能となる場合が若干ございます。
    2. 複数冊ご注文の場合、分割発送となる場合がございます。
    3. 美品のご指定は承りかねます。
  • 【入荷遅延について】
    世界情勢の影響により、海外からお取り寄せとなる洋書・洋古書の入荷が、表示している標準的な納期よりも遅延する場合がございます。
    おそれいりますが、あらかじめご了承くださいますようお願い申し上げます。
  • ◆画像の表紙や帯等は実物とは異なる場合があります。
  • ◆ウェブストアでの洋書販売価格は、弊社店舗等での販売価格とは異なります。
    また、洋書販売価格は、ご注文確定時点での日本円価格となります。
    ご注文確定後に、同じ洋書の販売価格が変動しても、それは反映されません。
  • 製本 Paperback:紙装版/ペーパーバック版/ページ数 480 p.
  • 言語 ENG
  • 商品コード 9780672337468
  • DDC分類 005.133

Full Description

Sams Teach Yourself C++ in 24 Hours is a hands-on guide to the C++ programming language. Readers are provided with short, practical examples that illustrate key concepts, syntax, and techniques.

Using a straightforward approach, this fast and friendly tutorial teaches you everything you need to know, from installing and using a compiler, to debugging the programs you've created, to what's new in C++14.

Step-by-step instructions carefully walk you through the most common C++ programming tasks
Quizzes and exercises at the end of each chapter help you test yourself to make sure you're ready to go on

Learn how to...


Install and use a C++ compiler for Windows, Mac OS X, or Linux
Build object-oriented programs in C++
Master core C++ concepts such as functions and classes
Add rich functionality with templates and lambda expressions
Debug your programs for flawless code
Learn exception and error-handling techniques
Put to use the new features in C++14, the latest version of the language
Create and use templates
Control program flow with loops
Store information in arrays and strings
Declare and use pointers
Use operator overloading
Extend classes with inheritance
Use polymorphism and derived classes
Employ object-oriented analysis and design

Contents

Hour 1:  Writing Your First Program 
Hour 2:  Organizing the Parts of a Program  
Hour 3:  Creating Variables and Constants
Hour 4:  Using Expressions, Statements, and Operators   
Hour 5:  Calling Functions   
Hour 6:  Controlling the Flow of a Program
Hour 7:  Storing Information in Arrays and Strings
Hour 8:  Creating Basic Classes 
Hour 9:  Moving into Advanced Classes  
Hour 10:  Creating Pointers    
Hour 11:  Developing Advanced Pointers  
Hour 12:  Creating References    
Hour 13:  Developing Advanced References and Pointers 
Hour 14:  Calling Advanced Functions   
Hour 15:  Using Operator Overloading    
Hour 16:  Extending Classes with Inheritance   
Hour 17:  Using Polymorphism and Derived Classes 
Hour 18:  Making Use of Advanced Polymorphism  
Hour 19:  Storing Information in Linked Lists   
Hour 20:  Using Special Classes, Functions, and Pointers  
Hour 21:  Using New Features of C++
Hour 22:  Employing Object-Oriented Analysis and Design 
Hour 23:  Creating Templates    
Hour 24:  Dealing with Exceptions and Error Handling