Katz Network

Katz Forums

Go Back   Katz Forums > Downloads > eBooks

FreshWap Forums Download YouTube Universal Link Checker Make Money RapidShare Movies

Reply
Old 07-22-2007, 01:48 AM   #1
shark1
Member
 
Join Date: Mar 2007
Posts: 50
shark1 is offline

Post Accelerated C++: Practical Programming by Example


Accelerated C++: Practical Programming by Example

If you don't have a lot of time, but still want to learn the latest in C++, you don't have to learn C first. You might learn more by digging into current language features and classes from the very beginning. That's the approach that's offered by Accelerated C++, a text that delves into more advanced C++ features like templates and Standard Template Library (STL) collection classes early on. This book arguably can get a motivated beginning programmer into C++ more quickly than other available tutorials.
What separates this title from the rest of the pack is that it jumps right in with samples that take advantage of the Standard C++ of today--from streams to built-in container classes, such as vectors and linked lists. Early examples are more complex than in other books, but the thoroughness and relaxed pace of the explanations will bring the novice up to speed. (Although it ships at a slender 350 pages, Accelerated C++ is packed with samples, tips, and example problems; about 10 per chapter.)

After a tour of basic C++, the book looks at more advanced C++ features, such as templates, including built-in support for containers. Besides tapping the strength of Standard C++, you also will learn to design with your own templates. (Other tutorials would defer this material until later on.) The authors have tested the approach in the book in their own teaching, and honed a set of worthwhile examples that will help anyone get familiar with these powerful language features. All examples make use of the command line and console (without GUI programs), but the advantage is that this code should run on any of today's operating systems and compilers. Later sections cover the basics of class design, which include good coverage of operator overloading and inheritance.

With its innovative approach to teaching the language, Accelerated C++ will challenge readers in the right way. It suggests that you don't need to learn C to be productive in C++. Written in an approachable style, it deserves a close look from any C++ novice. --Richard Dragan

Topics covered:

Introduction to C++
Console I/O with stream classes
Basic string handling
Loop and flow-control statements
Arrays
Using functions and methods
Using Standard Template Library (STL) containers (vectors, linked lists, and maps)
Iterators
Sorting and generic functions
Basic class design
Pointers and arrays
File I/O
Memory-management techniques, including statically and dynamically allocated memory
Adding stream support to custom classes
Conversion operators
Operator overloading
Friend functions
Inheritance
Polymorphism and virtual functions
Handle idioms for classes, including reference counting
Quick reference to the C++ language

Product Details
Paperback: 336 pages
Publisher: Addison-Wesley Professional; 1st edition (January 15, 2000)
Language: English
ISBN: 020170353X
File Size: 900 KB

http://rapidshare.com/files/44038366/trump.rar
PASSWORD-DEMONICUNDERGROUND
  Reply
Reply

Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
300 Java Books Zipped Ready To Download!!!! bbrock32 eBooks 13 07-16-2009 08:18 PM
Techologically Advanced 3D Game Programming All in One cychopath eBooks 0 07-09-2007 03:39 AM
7 Good for Dummies Programming Books shark1 eBooks 0 06-29-2007 01:49 AM
Cocoa Programming for MacOSX 2nd Ed Neclipse eBooks 0 03-19-2007 03:57 PM



Powered by vBulletin®
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
Top