Cantitate/Preț
Produs

Exploring C++: The Programmer's Introduction to C++

Autor Ray Lischner
en Limba Engleză Paperback – 24 dec 2008
Exploring C++ uses a series of self–directed lessons to divide C++ into bite–sized chunks that you can digest as rapidly as you can swallow them. The book assumes only a basic understanding of fundamental programming concepts (variables, functions, expressions, statements) and requires no prior knowledge of C or any other particular language. It reduces the usually considerable complexity of C++.
The included lessons allow you to learn by doing, as a participant of an interactive education session. You'll master each step in one sitting before you proceed to the next. Author Ray Lischner has designed questions to promote learning new material. And by responding to questions throughout the text, you'll be engaged every step of the way.
Citește tot Restrânge

Preț: 25617 lei

Preț vechi: 32021 lei
-20% Nou

Puncte Express: 384

Preț estimativ în valută:
4903 5172$ 4086£

Carte disponibilă

Livrare economică 12-26 decembrie

Preluare comenzi: 021 569.72.76

Specificații

ISBN-13: 9781590597491
ISBN-10: 1590597494
Pagini: 748
Ilustrații: 725 p.
Dimensiuni: 178 x 235 x 39 mm
Greutate: 1.14 kg
Ediția:1st ed.
Editura: Apress
Colecția Apress
Locul publicării:Berkeley, CA, United States

Public țintă

Professional/practitioner

Cuprins

The Basics.- Honing Your Tools.- Reading C++ Code.- Integer Expressions.- Strings.- Simple Input.- Error Messages.- For Loops.- Formatted Output.- Arrays and Vectors.- Increment and Decrement.- Conditions and Logic.- Compound Statements.- to File I/O.- The Map Data Structure.- Type Synonyms.- Characters.- Character Categories.- Case-Folding.- Writing Functions.- Function Arguments.- Using Algorithms.- Overloading Function Names.- Big and Little Numbers.- Very Big and Very Little Numbers.- Documentation.- Project 1 : Body-Mass Index.- Custom Types.- Custom Types.- Overloading Operators.- Custom I/O Operators.- Assignment and Initialization.- Writing Classes.- More About Member Functions.- Access Levels.- to Object-Oriented Programming.- Inheritance.- Virtual Functions.- Classes and types.- Declarations and Definitions.- Using Multiple Source Files.- Function objects.- Useful algorithms.- Iterators.- Exceptions.- More operators.- Project 2: Fixed-point numbers.- Generic Programing.- Function templates.- Class templates.- Template Specialization.- Partial Specialization.- Names and Namespaces.- Containers.- International Characters.- Locales and Facets.- Text I/O.- Project 3: Currency type.- Real Programing.- Pointers.- Dynamic Memory.- Exception-Safety.- Old-Fashioned arrays.- Smart Pointers.- Working with Bits.- Enumerations.- Multiple inheritance.- Traits and Policies.- Names and Templates.- Overloaded Functions.- Metaprogramming.- Project 4: Calculator.

Notă biografică

Ray Lischner has a bachelor's degree in computer science from Caltech and a master's in computer science from Oregon State University. He worked as a software developer for a dozen years, at big and small companies across the U.S., using PL/I, C, C++, Delphi, Smalltalk, and various assembly languages on both large and small systems. He has been self-employed as a consultant, trainer, and author for the last 10 years. Ray taught computer science at Oregon State University for several years and specialized in teaching introductory computer programming. He taught courses in C and C++ and software engineering.

Caracteristici

Learning by doing Reduces the complexity of C++ (which is considerable) to small steps Emphasis on reading and proofreading - programmers spend more time reading programs than writing them