Archive for the ‘C++’ Category

C++: The Complete Reference, 4th Edition

Wednesday, November 4th, 2009

Publisher: McGraw-Hill Osborne
Paperback: 1056 pages
File size: 2.54 Mb

Product Description:
Best-selling genius Herb Schildt covers everything from keywords, syntax, and libraries, to advanced features such as overloading, inheritance, virtual functions, namespaces, templates, and RTTI–plus, a complete description of the Standard Template Library (STL).

download:

http://uploading.com/files/fam5e667/0072226803.zip

Notes:
- Click here to learn how to download from uploading.com
- Click here to check more C++ books

Data Abstraction and Structures Using C++

Wednesday, November 4th, 2009

Publisher: D C Heath & Co
Hardcover: 661 pages
File size: 36.2 Mb

Product Description:
Data Abstraction and Structures Using C++ is the ideal text for introducing computer science students to C++. A powerful alternative for second courses in computer science, the text is thoroughly rooted in the concepts of data abstraction and object-oriented software development that have transformed the subject of data structures. The text introduces the abstract properties of important data types in Part I and discusses their implementation later in Part II. This separation of concepts helps students understand the difference between the properties of a data structure and it’s implementation, so that they can develop the alternative data representations best suited to specific programming problems. Data Abstraction and Structures Using C++ is intended for use after a first course in programming with a high-level language, but does not require specific knowledge of C++ itself. Instead, the text helps students make the transition from Pascal or C to C++ through clear explanations and specific information included in the appendices. The authors’ disciplined, careful presentation is designed to steer students clear of the pitfalls that sometimes accompany the use of this powerful and increasingly popular language.

download:

http://hotfile.com/dl/16550442/673ec5a/0763702951.zip.html

Notes:
- Click here to learn how to download from hotfile.com
- Click here to check more C++ books

C++ For Business Programmers (2nd Edition)

Wednesday, November 4th, 2009

Publisher: Prentice Hall
Paperback: 848 pages
File size: 3.54 Mb

Product 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.

download:

http://uploading.com/files/caba6f36/0130467006.zip

Notes:
- Click here to learn how to download from uploading.com
- Click here to check more C++ books

C++ For Dummies, 5th Edition

Thursday, September 10th, 2009


Publisher: For Dummies
Paperback: 432 pages
Size: 7.7 Mb

Product Description
* This revision of the bestseller covers the popular object-oriented programming language C++ from the ground up, enabling beginners to become functional programmers and intermediate programmers to fine-tune their skills
* Thirty percent new material includes updates on the most recent ANSI standard, the new public domain C++ compiler, standards information on namespaces, new library functions, and complete coverage of the standard template library
* Covers topics like building and debugging C++ programs, creating source code, using the Visual C++ help system, building objects, learning the standard template library, and much more

download:

http://hotfile.com/dl/15513427/3e98f7b/0764568523.pdf.html

Notes:
- Click here to learn how to download from hotfile.com
- Click here to check more C++ books

C++ Strategies and Tactics

Thursday, September 10th, 2009


Publisher: For Dummies
Paperback: 499 pages
Size: 8.0 Mb

Product Description:
* Seasoned C++ programmer Matthew Telles shows developers at any level of experience how to save hours by improving, refactoring, and debugging their code
* Some of the techniques covered include mastering asserts, creating a complete class, hiding a method of a base class, freeing blocks of memory, implementing a simple locking mechanism, creating debugging macros, checking for errors at run-time, finding and fixing memory leaks, and reducing code complexity
* The easy-to-follow, two-column Timesaving Techniques format makes mastering each timesaver a snap
* C++ is one of today’s most widely used programming languages, with compilers offered by Microsoft, Borland, and Code Warrior
* This book is the perfect companion to C++ For Dummies, Fifth Edition (0-7645-6852-3)

download:

http://hotfile.com/dl/15513421/722fe96/0201563827.zip.html

Notes:
- Click here to learn how to download from hotfile.com
- Click here to check more C++ books

C++ A Beginner's Guide, Second Edition

Thursday, September 10th, 2009


Publisher: McGraw-Hill Osborne
Paperback: 576 pages
Size: 11.3 Mb

Product Description:
Essential skills made easy! Written by Herb Schildt, the world’s leading programming author, this step-by-step book is ideal for first-time programmers or those new to C++. The modular approach of this series, including sample projects and progress checks, makes it easy to learn to use C++ at your own pace.

download:

http://hotfile.com/dl/15513407/ef34038/0072232153.zip.html

download source code:

http://hotfile.com/dl/15527044/5e0f858/0072232153_source_code.zip.html

Notes:
- Click here to learn how to download from hotfile.com
- Click here to learn how to download from Depositfiles.com
- Click here to check more C++ books

C++ for Programmers (Deitel Developer Series)

Thursday, September 10th, 2009

Publisher: Wiley
Paperback: 464 pages
Size: 4.81 MB

Description:
PRACTICAL, EXAMPLE-RICH COVERAGE OF:
*Classes, Objects, Encapsulation, Inheritance, Polymorphism
*Integrated OOP Case Studies: Time, GradeBook, Employee
*Industrial-Strength, 95-Page OOD/UML® 2 ATM Case Study
*Standard Template Library (STL): Containers, Iterators and Algorithms
*I/O, Types, Control Statements, Functions
*Arrays, Vectors, Pointers, References
*String Class, C-Style Strings
*Operator Overloading, Templates
*Exception Handling, Files
*Bit and Character Manipulation
*Boost Libraries and the Future of C++
*GNU™ and Visual C++® Debuggers
*And more…

download:

http://uploading.com/files/9de2md2e/0137001304.zip

download source code:

http://hotfile.com/dl/15527469/fa1163a/0137001304_source_code.zip.html

Notes:
- Click here to learn how to download from uploading.com
- Click here to check more C++ books

Sams Teach Yourself C++ in 24 Hours, Third Edition

Thursday, September 10th, 2009


Publisher: Sams
Paperback: 528 pages
Size: 5.9 Mb

Product Description:
This up-to-date guide to C++ programming is all you need to teach yourself the basics in 24 hours. Jesse Liberty’s Sams Teach Yourself C++ in 24 Hours is a hand-on guide complete with examples of syntax and detailed analysis of code. By the end of the book, you will have learned the fundamentals of C++, including managing I/O loops and arrays, object-oriented programming, and creating C++ applications. A CD is included that provides you with all the source code needed to develop the samples in the book as well as the Cygnus Insight Debugger and the Dev-C++ IDE. Join over 250,000 readers who have learned C++ programming from Jesse Liberty!

download:

http://hotfile.com/dl/15513422/be06b89/0672322242.pdf.html

Notes:
- Click here to learn how to download from hotfile.com
- Click here to check more C++ books

C++ How to Program (5th Edition)

Thursday, September 10th, 2009


Publisher: Prentice Hall
Paperback: 1536 pages
Size: 10.2 Mb

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++.

download:

http://hotfile.com/dl/15513415/8280f24/0131857576.zip.html

download source code:

http://hotfile.com/dl/15528110/fdde67f/0131857576_Examples.zip.html

Notes:
- Click here to learn how to download from hotfile.com
- Click here to learn how to download from Depositfiles.com
- Click here to check more C++ books

C++ Programming for the Absolute Beginner

Thursday, September 10th, 2009


Publisher: Course Technology PTR
Paperback: 481 pages
Size: 1.35 MB

Description:
C++ Programming for the Absolute Beginner is designed to help readers with no programming experience learn not only the basics of C++, but also the fundamental programming concepts they need to grasp in order to learn their next programming language. Offering an easy, non-intimidating approach to C++, the For the Absolute Beginner series was designed by computer science instructors and takes a unique approach to programming. Throughout the book, you will be using programming concepts to create simple games with C++. Before you know it, you will have accumulated a wealth of programming skills that you can easily put to use in real-world scenarios, including using advanced data types, programming with Windows, and troubleshooting errors.

download:

http://uploading.com/files/m8m27c93/1931841438.chm

Notes:
- Click here to learn how to download from uploading.com
- Click here to check more C++ books