Prentice.Hall.C.plus.plus.How.to.Program.5th.Edition.Jan.2005.INTERNAL.eBook-BBL

Section
0day
Group
BBL
Size
10,21 MB
Files
4
Date
2006-03-24

NFO

                                                                              
           ▄█████▄▄▄▄          ▄█████▄▄▄▄          ▄█████▄▄▄▄                 
           █▓███████           █▓███████           █▓███████                  
           █▓██████▌           █▓██████▌           █▓██████▌                  
           ▐▓██████        ▄▄▄ ▄▄██████        ▄▄▄ ▄▄██████                   
           ▐▓██████    ▄█▀▀▀ ▄▄▄▀▀█████    ▄█▀▀▀ ▄▄▄▀▀█████                   
           ▐▓██████  ▀▄▄▄▄████████▄ ▀██  ▀▄▄▄▄████████▄ ▀██                   
           ▐█▓█████▌    ▀▀▀▀█████▓███▐█▌    ▀▀▀▀█████▓███▐█▌                  
          ▓ █▓██████ ▓ ▀     ▀████▓██▌██ ▓ ▀     ▀████▓██▌██   ▄ ▓            
      ▄  ▄▓▄▀█▓█████▄ ▓▓▄██▄▄▄▐████▓██▐█▄ ▓▓▄██▄▄▄▐████▓██▐█▄  ▄▄▓!m**x       
       ▀▀▀▀▀▀ ▀███████▄ ▀██▀ ▄▄█████▀ ▄███▄ ▀██▀ ▄▄█████▀ ▄███▄ ▀▀▀▀          
      ▀▀▀▀▀▀▀▀█▄ ▀▀██████▄▄██▀▀▀▀ ▄▄ ▀▀██████▄▄██▀▀▀▀ ▄▄ ▀▀██████ ████▀▀      
                ▀█▄▄▄ ▀▀▀▄▄▄▄▀▀▀▀▀  ▀█▄▄▄ ▀▀▀▄▄▄▄▀▀▀▀▀  ▀█▄▄▄ ▀▀▄▄█           
                    ▀▀▀▀▀               ▀▀▀▀▀               ▀▀▀▀▀             
 ╔═══════════════════════════════════════════════════════════════════════════╗
 ║                        [ R e l e a s e  I n f o ]                         ║
 ╚═══════════════════════════════════════════════════════════════════════════╝
 │ TITLE     : C++ How to Program (5th Edition) (How to Program)             │
 ├───────────────────────────────────────────────────────────────────────────┤
 │ AUTHOR    : Harvey & Paul) Deitel & Associates                            │
 ├───────────────────────────────────────────────────────────────────────────┤
 │ PUBLISHER : Prentice Hall                                                 │
 ├─────────────────────────────────────┬─────────────────────────────────────┤
 │ ISBN      : 0131857576              │ MAKER     : BBL                     │
 ├─────────────────────────────────────┼─────────────────────────────────────┤
 │ EDITION   : 5th                     │ SUPPLIER  : BBL                     │
 ├─────────────────────────────────────┼─────────────────────────────────────┤
 │ PUB DATE  : January 05, 2005        │ PACKAGER  : BBL                     │
 ├─────────────────────────────────────┼─────────────────────────────────────┤
 │ LANGUAGE  : English                 │ FORMAT    : CHM                     │
 ├─────────────────────────────────────┼─────────────────────────────────────┤
 │ RLS DATE  : 03/25/06                │ SIZE      : 10,21 MB                │
 ╔═══════════════════════════════════════════════════════════════════════════╗
 ║                       [ R e l e a s e  N o t e s ]                        ║
 ╚═══════════════════════════════════════════════════════════════════════════╝
 │                                                                           │
 │ With over 250,000 sold, Harvey and Paul Deitel's C++ How to Program is    │
 │ the world's best-selling introduction to C++ programming. Now, this       │
 │ classic has been thoroughly updated! The Deitels' groundbreaking How to   │
 │ Program series offers unparalleled breadth and depth of programming       │
 │ concepts and intermediate-level topics for further study. The books in    │
 │ this series feature hundreds of complete, working programs with thousands │
 │ of lines of code. Deitels' C++ How to Program is the most comprehensive,  │
 │ practical introduction to C++ ever published-with hundreds of hands-on    │
 │ exercises, roughly 250 complete programs written and documented for easy  │
 │ learning, and exceptional insight into good programming practices,        │
 │ maximizing performance, avoiding errors, debugging, and testing. The      │
 │ updated Fifth Edition now includes a new early classes pedagogy-classes   │
 │ and objects are introduced in Chapter 3 and used throughout the book as   │
 │ appropriate. The new edition uses string and vector classes to make       │
 │ earlier examples more object-oriented. Large chapters are broken down     │
 │ into smaller, more manageable pieces. A new OOD/UML ATM case study        │
 │ replaces the elevator case study of previous editions, and UML in the     │
 │ OOD/UML case study and elsewhere in the book has been upgraded to UML 2.  │
 │ The Fifth Edition features new mini case studies (e.g., GradeBook and     │
 │ Time classes). An employee hierarchy replaces Point/Circle/Cylinder to    │
 │ introduce inheritance and polymorphism. Additional enhancements include   │
 │ tuned treatment of exception handling, new “Using the               │
 │ Debugger” material and a new "Before You Begin" section to help     │
 │ readers get set up properly. Also included are separate chapters on       │
 │ recursion and searching/sorting. The Fifth Edition retains every key      │
 │ concept and technique ANSI C++ developers need to master: control         │
 │ statements, functions, arrays, pointers and strings, classes and data     │
 │ abstraction, operator overloading, inheritance, virtual functions,        │
 │ polymorphism, I/O, templates, exception handling, file processing, data   │
 │ structures, and more. It also includes a detailed introduction to         │
 │ Standard Template Library (STL) containers, container adapters,           │
 │ algorithms, and iterators. The accompanying CD-ROM includes all the       │
 │ source code from the book. A valuable reference for programmers and       │
 │ anyone interested in learning the C++ programming language and            │
 │ object-oriented development in C++.                                       │
 │                                                                           │
 │ http://www.amazon.com/exec/obidos/tg/detail/-/0131857576/                 │
 │                                                                           │
 │                                                                           │
 │  INSTALL NOTES                                                            │
 │                                                                           │
 │ Unzip, unrar and enjoy                                                    │
 │                                                                           │
 ╔═══════════════════════════════════════════════════════════════════════════╗
 ║                           [ G r e e t i n g s ]                           ║
 ╚═══════════════════════════════════════════════════════════════════════════╝
 │                                                                           │
 │                            to ALL our Friends                             │
 │               What we do we do for fun only, not for profit               │
 ╔═══════════════════════════════════════════════════════════════════════════╗
 ║ NFO by m**x                                      Last updated: 02/09/2006 ║
 ╚═══════════════════════════════════════════════════════════════════════════╝

Files

PathSize
b-590a01.zip2,80 MB
b-590a02.zip2,80 MB
b-590a03.zip2,80 MB
b-590a04.zip1,81 MB