ari.gold
07-09-2009, 06:19 AM
C++ Demystified
http://i29.tinypic.com/aayfee.jpg
Book Description
Minimal technical jargon, step-by-step discussions, and quizzes at the end of each chapter make this an easy-to-understand guide to C++ programming. Quickly learn what a programming language is and the anatomy of C++, then jump right into creating your own programs with expert guidance. Discover functions, objects, compilers, linkers, and much more along the way. For the fast and easy way to understanding the fundamentals of C++, this is the resource you need.
http://i42.tinypic.com/axhqe.png
http://uploading.com/files/KUH2H5P3/C___Demystified_A_Self-Teaching_Guide.rar.html
C++ For Business Programming
http://i31.tinypic.com/11tajv9.jpg
Book Description
This book provides a highly readable introduction to C++ programming for beginning business programmers. It guides readers through complete and clear descriptions of sample programs, with a wealth of exercises included along the way to help reinforce the important points of each chapter. Throughout the text, a strong emphasis is placed on business applications, rather than those in mathematics or computing. Part I (Basic C++) covers the procedural parts of C++. Part II (Object-Oriented Concepts and Programming) introduces object-oriented ideas through the built-in string class. Part III (Object-Oriented Programming) explores the essential object-oriented ideas through inheritance and polymorphism. For beginning programmers using C++ for business.
http://i42.tinypic.com/axhqe.png
http://uploading.com/files/GTD6DNZK/C___for_Business_Programming__Second_Edi...rar.htm l
C++ For Dummies 5th Edition
http://i25.tinypic.com/1zmnqd0.jpg
Book Description
If you’ve thought of programmers as elite intelligentsia who possess expertise (and perhaps genes) the rest of us will never have, think again. C++ For Dummies, 5th Edition, debunks the myths, blasts the barriers, shares the secrets, and gets you started. In fact, by the end of Chapter 1, you’ll be able to create a C++ program. OK, it won’t be newest, flashiest video game, but it might be a practical, customized inventory control or record-keeping program.
Most people catch on faster when they actually DO something, so C++ For Dummies includes a CD-ROM that gives you all you need to start programming (except the guidance in the book, of course), including:
* Dev-C, a full-featured, integrated C++ compiler and editor you install to get down to business
* The source code for the programs in the book, including code for BUDGET, programs that demonstrate principles in the book
* Documentation for the Standard Template Library
* Online C++ help files
Written by Stephen Randy Davis, author of C++ Weekend Crash Course, C++ for Dummies, takes you through the programming process step-by-step. You’ll discover how to:
* Generate an executable
* Create source code, commenting it as you go and using consistent code indentation and naming conventions
* Write declarations and name variables, and calculate expressions
* Write and use a function, store sequences in arrays, and declare and use pointer variables
* Understand classes and object-oriented programming
* Work with constructors and destructors
* Use inheritance to extend classes
* Use stream I/O
* Comment your code as you go, and use consistent code indentation and naming conventions
* Automate programming with the Standard Template Library (STL)
C++ for Dummies 5th Edition is updated for the newest ANSI standard to make sure you’re up to code.
http://i42.tinypic.com/axhqe.png
http://uploading.com/files/7L5YOXD2/C___for_Dummies_5th_edition.rar.html
C++ How to Program 5th Edition
http://i28.tinypic.com/2vty14g.jpg
Book Description
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://i42.tinypic.com/axhqe.png
http://uploading.com/files/O2J6K4Z9/C___How_to_Program__Fifth_Edition.rar.html
C++ In Action: Industrial Strength Programming Techniques
http://i28.tinypic.com/xf8a6t.jpg
Book Description
Pearson Education) Modern guide to using C++ langugage, including how to apply it to Windows programming. Shows how to write programs for programmers, not computers. The CD-ROM features all of the source code and projects from the text. Also includes a companion Web site. System requirements not listed. Softcover.
http://i42.tinypic.com/axhqe.png
http://uploading.com/files/0W7BHA7C/C___In_Action_Industrial_Strength_Progra...rar.htm l
http://i29.tinypic.com/aayfee.jpg
Book Description
Minimal technical jargon, step-by-step discussions, and quizzes at the end of each chapter make this an easy-to-understand guide to C++ programming. Quickly learn what a programming language is and the anatomy of C++, then jump right into creating your own programs with expert guidance. Discover functions, objects, compilers, linkers, and much more along the way. For the fast and easy way to understanding the fundamentals of C++, this is the resource you need.
http://i42.tinypic.com/axhqe.png
http://uploading.com/files/KUH2H5P3/C___Demystified_A_Self-Teaching_Guide.rar.html
C++ For Business Programming
http://i31.tinypic.com/11tajv9.jpg
Book Description
This book provides a highly readable introduction to C++ programming for beginning business programmers. It guides readers through complete and clear descriptions of sample programs, with a wealth of exercises included along the way to help reinforce the important points of each chapter. Throughout the text, a strong emphasis is placed on business applications, rather than those in mathematics or computing. Part I (Basic C++) covers the procedural parts of C++. Part II (Object-Oriented Concepts and Programming) introduces object-oriented ideas through the built-in string class. Part III (Object-Oriented Programming) explores the essential object-oriented ideas through inheritance and polymorphism. For beginning programmers using C++ for business.
http://i42.tinypic.com/axhqe.png
http://uploading.com/files/GTD6DNZK/C___for_Business_Programming__Second_Edi...rar.htm l
C++ For Dummies 5th Edition
http://i25.tinypic.com/1zmnqd0.jpg
Book Description
If you’ve thought of programmers as elite intelligentsia who possess expertise (and perhaps genes) the rest of us will never have, think again. C++ For Dummies, 5th Edition, debunks the myths, blasts the barriers, shares the secrets, and gets you started. In fact, by the end of Chapter 1, you’ll be able to create a C++ program. OK, it won’t be newest, flashiest video game, but it might be a practical, customized inventory control or record-keeping program.
Most people catch on faster when they actually DO something, so C++ For Dummies includes a CD-ROM that gives you all you need to start programming (except the guidance in the book, of course), including:
* Dev-C, a full-featured, integrated C++ compiler and editor you install to get down to business
* The source code for the programs in the book, including code for BUDGET, programs that demonstrate principles in the book
* Documentation for the Standard Template Library
* Online C++ help files
Written by Stephen Randy Davis, author of C++ Weekend Crash Course, C++ for Dummies, takes you through the programming process step-by-step. You’ll discover how to:
* Generate an executable
* Create source code, commenting it as you go and using consistent code indentation and naming conventions
* Write declarations and name variables, and calculate expressions
* Write and use a function, store sequences in arrays, and declare and use pointer variables
* Understand classes and object-oriented programming
* Work with constructors and destructors
* Use inheritance to extend classes
* Use stream I/O
* Comment your code as you go, and use consistent code indentation and naming conventions
* Automate programming with the Standard Template Library (STL)
C++ for Dummies 5th Edition is updated for the newest ANSI standard to make sure you’re up to code.
http://i42.tinypic.com/axhqe.png
http://uploading.com/files/7L5YOXD2/C___for_Dummies_5th_edition.rar.html
C++ How to Program 5th Edition
http://i28.tinypic.com/2vty14g.jpg
Book Description
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://i42.tinypic.com/axhqe.png
http://uploading.com/files/O2J6K4Z9/C___How_to_Program__Fifth_Edition.rar.html
C++ In Action: Industrial Strength Programming Techniques
http://i28.tinypic.com/xf8a6t.jpg
Book Description
Pearson Education) Modern guide to using C++ langugage, including how to apply it to Windows programming. Shows how to write programs for programmers, not computers. The CD-ROM features all of the source code and projects from the text. Also includes a companion Web site. System requirements not listed. Softcover.
http://i42.tinypic.com/axhqe.png
http://uploading.com/files/0W7BHA7C/C___In_Action_Industrial_Strength_Progra...rar.htm l